Tests if all elements of the given array match the predicate.
The array to test
The predicate used to test each element of the given array
true if all of the elements match the given predicate, false otherwise.
true
false
Generated using TypeDoc
Tests if all elements of the given array match the predicate.