macro_rules! new_case {
    ($self:ident.$func:ident, $input:expr, $($output:expr),+) => { ... };
}
Expand description

Helper macro to call create method of CaseGroup<T, G, P> instance

Note

You must pass in the casegroup.create method as first parameter of the macro.