We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is sorta an extension of #18.
class List <T=Str> method join { need $by: Str $c = "" for $str in *self { $c += $str } return $c }
This is a bad example because .join() exists for all types since all types are stringifiable.
.join()
The text was updated successfully, but these errors were encountered:
This will probably never happen. Not sure it'd actually be useful.
Sorry, something went wrong.
No branches or pull requests
This is sorta an extension of #18.
This is a bad example because
.join()
exists for all types since all types are stringifiable.The text was updated successfully, but these errors were encountered: