Function determine_parameters_arena

Source
fn determine_parameters_arena(func: &ItemFn) -> (usize, bool)
Expand description

Determines the number of parameters to the function. Returns the number of parameters and whether the last parameter is a RowArena.