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