Function any

Source
pub fn any(
    array: impl AsRef<Array>,
    keep_dims: impl Into<Option<bool>>,
) -> Result<Array>
Expand description