Macro bitand_impl

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