The predicate function.
true if the predicate is satisfied by at least one element, false
otherwise.
Returns true if at least one of elements of the list match the predicate,
false otherwise.
The predicate function.
true if the predicate is satisfied by at least one element, false
otherwise.
Generated using TypeDoc
Returns
trueif at least one of elements of the list match the predicate,falseotherwise.