macro_rules! inj_ord_choice_pat {
(*, $($rest:tt),* $(,)?) => { ... };
($x:pat $(,)?) => { ... };
($x:pat, $(*),* $(,)?) => { ... };
}
Expand description
Same as above but for patterns
macro_rules! inj_ord_choice_pat {
(*, $($rest:tt),* $(,)?) => { ... };
($x:pat $(,)?) => { ... };
($x:pat, $(*),* $(,)?) => { ... };
}
Same as above but for patterns