Macro all_the_atoms

Source
macro_rules! all_the_atoms {
    ($($T:ident),*) => { ... };
}