Macro crossbeam_utils::atomic::atomic_cell::impl_arithmetic

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