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