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