[][src]Macro alder::node_ids

macro_rules! node_ids {
    (pub $name: ident: $first_kind: ident, $($kind: ident),*) => { ... };
    ($name: ident: $first_kind: ident, $($kind: ident),*) => { ... };
}