[][src]Macro typsy::hlist

macro_rules! hlist {
    () => { ... };
    (, @$last:expr) => { ... };
    ($first:expr $(, $rest:expr)*  $(, @$last:expr)? $(,)?) => { ... };
}