Performs logical AND along the specified dimensions.
Returns TRUE only if all elements are TRUE.
Value
arrayish
Boolean array.
When drop = TRUE, the reduced dimensions are removed.
When drop = FALSE, the reduced dimensions are set to 1.
See also
prim_reduce_all() for the underlying primitive.