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.
Is the _ for the _weight/1 to signal private use (like in python)?
If that's the case, you can use defp instead of def to declare it explicitely.
Nice work. I learnt the sirt hand $_weight/1 from this example
Thanks!
I'm new to translating katas.
I wanted to try this one in Rust. A translation is already available but not yet approved.
What is required to make this translation live?