Macro impl_bitand_identity

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