macro_rules! impl_bits {
    ($($t:ident, $wrapped:ty),*) => { ... };
}