macro_rules! __count_elts {
($t:ty; $($val:expr),*) => { ... };
}Expand description
Counts the number of storage elements needed to store a bit sequence.
macro_rules! __count_elts {
($t:ty; $($val:expr),*) => { ... };
}Counts the number of storage elements needed to store a bit sequence.