Skip to main content

interp_op_gt

Function interp_op_gt 

Source
fn interp_op_gt(
    args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Greater-than comparison operator as a function.

@param e1 first operand @param e2 second operand @return logical vector indicating element-wise greater-than