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