atom

Macro atom 

Source
macro_rules! atom {
    ($functor:expr => $arena:expr) => { ... };
    ($functor:expr) => { ... };
}