count

Macro count 

Source
macro_rules! count {
    () => { ... };
    ($head:tt $($rest:tt)*) => { ... };
}