Macro impl_arith

Source
macro_rules! impl_arith {
    ($name:ident$(,)?) => { ... };
    ($name:ident,$($rest:tt)*) => { ... };
}