Macro auto_bitflags::count_idents [] [src]

macro_rules! count_idents {
    () => { ... };
    ($one:ident) => { ... };
    ($($pairs:ident, $_p:ident), *) => { ... };
    ($odd:ident, $($rest:ident), *) => { ... };
}

Logarithmic identifier counting macro.