count_items

Macro count_items 

Source
macro_rules! count_items {
    () => { ... };
    ($first:ident) => { ... };
    ($first:ident, $($rest:ident),*) => { ... };
}