Macro count

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

Count number of arguments