Function and

Source
pub fn and(
    lhs: impl AsRef<Array>,
    rhs: impl AsRef<Array>,
) -> Result<Array, VortexError>