Returns true if all elements of the input slices satisfy the predicate `pred`, defaulting to truthiness.
One or more slices.
true all of the elements verify pred and false otherwise. Constraints: All slices must have the same shape.
Returns true if all elements of the input slices satisfy the predicate `pred`, defaulting to truthiness.