Macro ecstatic::tlist[][src]

macro_rules! tlist {
    ($t:ty $(,)*) => { ... };
    ($t:ty, $($ts:ty),+ $(,)*) => { ... };
}
Expand description

Helper macro for writing TypeLists.