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