You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Yes, at the moment it's always required to be only one argument. I will think of adding the possibility of having any number of arguments there, but it will be hard to avoid reflection or generics here.
I wanted to implement something like
split(str, ":")
but not sure how to do that. It seems all functions support only one argument.The text was updated successfully, but these errors were encountered: