[][src]Macro agnes::nat_label

macro_rules! nat_label {
    ($label:ident, $tbl:ty, $nat:ty, $dtype:ty, $name:expr) => { ... };
}

Macro for defining a single label and its backing natural. Used by next_label and first_label macros.