count

Macro count 

Source
macro_rules! count {
    [$($x:expr),*] => { ... };
}
Expand description

A macro for counting the number of args passed to it