Macro atomic_impl

Source
macro_rules! atomic_impl {
    ($($ty:ident $size:expr => $primitive:ident)*) => { ... };
}