macro_rules! atom {
    ($s:literal) => { ... };
}
Expand description

Creates an atom from a constant.