macro_rules! impl_arithmetic {
    ($t:ty, fallback, $example:tt) => { ... };
    ($t:ty, $atomic:ident, $example:tt) => { ... };
}