Skip to main content

max

Function max 

Source
pub fn max(
    interp: &mut Interp,
    env: &mut Env,
    arg_values: &[Value],
) -> Result<Value>
Expand description

A max built-in function.