Skip to main content

interp_op_mod

Function interp_op_mod 

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

Modulo operator as a function.

@param e1 dividend @param e2 divisor @return remainder of e1 divided by e2