macro_rules! map_on_operator_binary {
($($macro_arms:tt)*) => { ... };
}Expand description
(Add, Sub) + (Mul, Div, Rem) + (BitOr, BitAnd, Shl, Shr)
macro_rules! map_on_operator_binary {
($($macro_arms:tt)*) => { ... };
}(Add, Sub) + (Mul, Div, Rem) + (BitOr, BitAnd, Shl, Shr)