Macro enso_generics::pat[][src]

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

Pattern matches on a HList. See docs of new to learn more.