count_idents

Macro count_idents 

Source
macro_rules! count_idents {
    ( $($idents:ident),* ) => { ... };
}