macro_rules! bits {
    (|$($x:ident),* $(,)?| $e:expr) => { ... };
}
Expand description

Evaluates an expression for all bit configurations.