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