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