fn interp_op_or(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Element-wise logical OR operator as a function.
@param e1 first logical operand @param e2 second logical operand @return logical vector of element-wise OR results