Macro impl_bvop2

Source
macro_rules! impl_bvop2 {
    ($op:ident, $name:literal, $f:expr) => { ... };
}