Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
could you explain the asterisk syntax? where you say *f, l
issue resolved
oh, darn, you're right -- thanks
The first option, your example is given in the description.
'foo9 -> foo10'
there is a broken testcase in ruby assert (increament_string("foobar00"), "foobar001") please fix
could you explain this syntax and what it means?
([ <<x,":", y>> | tail])
thank you.
Check out this article.
https://dtang.dev/2019-01-10-capturing-functions-and-expressions-in-elixir/
could you explain the ampersand syntax to me?