macro_rules! impl_bitxor_identity {
([$($wh:tt)*], $t:ty, $xor_zero:expr) => { ... };
($t:ty, $xor_zero:expr) => { ... };
}
macro_rules! impl_bitxor_identity {
([$($wh:tt)*], $t:ty, $xor_zero:expr) => { ... };
($t:ty, $xor_zero:expr) => { ... };
}