macro_rules! bitand_assign_impl {
    ($($t:ty)+) => { ... };
}