ngarbezza opened this issue 5 years ago · 0 comments
Those should be equivalent:
collection.none(elem => condition) collection.all(elem => !condition)
collection.none(elem => condition)
collection.all(elem => !condition)
We need to make sure this works for every type of collection.