macro_rules! real_arithmetic {
(@forward $imp:ident::$method:ident for $($real:ident),*) => { ... };
($($real:ident),*) => { ... };
}
macro_rules! real_arithmetic {
(@forward $imp:ident::$method:ident for $($real:ident),*) => { ... };
($($real:ident),*) => { ... };
}