hetseq

Macro hlist

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

Convenient way to define heterogenous List