Compares corresponding elements of slices using a predicate, returns true if all satisfy it.
Two or more ndslices, ranges, and arrays.
true any of the elements verify pred and false otherwise.
Compares corresponding elements of slices using a predicate, returns true if all satisfy it.