count

Macro count 

Source
macro_rules! count {
    () => { ... };
    ( $x:tt, $($xs:tt)* ) => { ... };
}
Expand description

Count parameters