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.
Hi! so a normal generator function would yield the value, pause (save state) and exit.
I have trouble wrapping this in my mind, where would I keep that state since I am not using the traditional generator instead making a pseudo-one. I can get the sequencer function started but it is always 1,1,1 of course because it does not know anything about the previousState - a little nudge in the right direction would be appreciated! Thanks.