Implement forAll, some/any on lists
Closed this issue · 2 comments
SuperFola commented
Should match a given condition (function)
- forAll, all elements must match
- some/any (I'm not sure how to name it), at least one must match
Gryfenfer97 commented
What should this function return?
SuperFola commented
Just a boolean, to tell if the condition was matched