Skip to main content

extract_param

Function extract_param 

Source
fn extract_param(
    args: &[RValue],
    named: &[(String, RValue)],
    name: &str,
    positional_index: usize,
    default: f64,
) -> f64
Expand description

Extract a named f64 parameter from named args, falling back to positional.