count_args

Macro count_args 

Source
macro_rules! count_args {
    () => { ... };
    ($head:ident $(, $tail:ident)*) => { ... };
}