num_args

Macro num_args 

Source
macro_rules! num_args {
    () => { ... };
    ($_x:tt $($xs:tt)*) => { ... };
}
Expand description

Return the number of arguments passed.