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