Macro bit_struct::count_idents
source · [−]macro_rules! count_idents {
($on: expr, [$head: ident $(,$xs: ident)*]) => { ... };
($on: expr, []) => { ... };
}
macro_rules! count_idents {
($on: expr, [$head: ident $(,$xs: ident)*]) => { ... };
($on: expr, []) => { ... };
}