Bool any(Bool(a) pred, [a] xs)
Arguments
pred: The predicate to test withxs: The array to test
Usage
Return true if any of the elements of xs satsify the predicate p.
pred: The predicate to test withxs: The array to testReturn true if any of the elements of xs satsify the predicate p.