Function and_kleene

Source
pub fn and_kleene(
    lhs: impl AsRef<Array>,
    rhs: impl AsRef<Array>,
) -> VortexResult<Array>
Expand description

Point-wise Kleene logical and between two Boolean arrays.