Macro hetseq::hlist [] [src]

macro_rules! hlist {
    () => { ... };
    ($head:expr $(, $tail:expr)*) => { ... };
}

Convenient way to define heterogenous List