macro_rules! impl_arith_ops {
    ($type:ident) => { ... };
}