count_args

Macro count_args 

Source
macro_rules! count_args {
    () => { ... };
    ($x:tt $($xs:tt)*) => { ... };
}