[][src]Macro lhlist::labels

macro_rules! labels {
    () => { ... };
    ($label:ty) => { ... };
    ($label:ty, $($rest:tt)*) => { ... };
}

Macro for creating an instance of an LCons label-only cons-lists.