Macro enso_generics::ty[][src]

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

Smart HList type constructor. See docs of new to learn more.