pub fn and_kleene( lhs: impl AsRef<Array>, rhs: impl AsRef<Array>, ) -> VortexResult<Array>
Point-wise Kleene logical and between two Boolean arrays.