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.
The cascade operator (..) allows you to perform a sequence of operations on the same object. In this case, it sorts the array in place.
better readability
no, because prefix and suffix can't overlap, as per the instructions.
I'm wondering the same thing. Anyone?
clever! how does this work though?
This comment is hidden because it contains spoiler information about the solution
depricated syntax
thanks!
when using one point, the return type changes to void, but by using two points, the sorting process is ignored, and the list is returned with the same type with sorting application.
This comment is hidden because it contains spoiler information about the solution
I don't unnderstand why this syntax isn't more popular in dart
very clever solution! nice work.
This comment is hidden because it contains spoiler information about the solution
Why does nobody talk about this syntax in Dart?! Brilliant, thank you for this solution!
This comment is hidden because it contains spoiler information about the solution
Loading more items...