Skip to main content

modulo

Function modulo 

Source
pub fn modulo(
    _interp: &mut Interp,
    _env: &mut Env,
    arg_values: &[Value],
) -> Result<Value>
Expand description

A mod built-in function.