Determines whether at least one element in the provided array satisfies the given predicate function.
The array to test.
A predicate function that takes an element of type T and returns a boolean.
T
true if at least one element in the array satisfies the predicate; otherwise, false.
true
false
4.0.0
2021-12-14
Determines whether at least one element in the provided array satisfies the given predicate function.