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