__count_elts

Macro __count_elts 

Source
macro_rules! __count_elts {
    ($t:ty; $($val:expr),*) => { ... };
}
Expand description

Counts the number of storage elements needed to store a bit sequence.