Macro radium::radium[][src]

macro_rules! radium {
    (atom $base : ty) => { ... };
    (atom_bit $base : ty) => { ... };
    (atom_int $base : ty) => { ... };
    (cell $base : ty) => { ... };
    (cell_bit $base : ty) => { ... };
    (cell_int $base : ty) => { ... };
    (int $flag : ident $($base : ty, $atom : ty ;) *) => { ... };
}