Returns true if and only if the input range range is non-empty and _any value found in range satisfies the predicate pred. Performs (at most) O(range.length) evaluations of pred.
See Implementation
Returns true if and only if the input range range is non-empty and _any value found in range satisfies the predicate pred. Performs (at most) O(range.length) evaluations of pred.