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.
@space7panda: Of course not. In real projects, we'd use a modern functional style. ;-)
i really hope no one will do that in real projects, i already suffered enough from weird legacy
This comment is hidden because it contains spoiler information about the solution
How is this clever? The
Neg
trait is simply the overload trait that defines the behavior of the negation operator. Therefore, you should just use the actual negation operator.