Macro bitxor_impl

Source
macro_rules! bitxor_impl {
    ($($t:ty)*) => { ... };
}