macro_rules! ord_choice {
($c:expr $(,)?) => { ... };
($c:expr, $($rest:expr),* $(,)?) => { ... };
}
Expand description
This macro constructs a nested OrdChoice combinator in the form of OrdChoice(…, OrdChoice(…, OrdChoice(…, …)))
macro_rules! ord_choice {
($c:expr $(,)?) => { ... };
($c:expr, $($rest:expr),* $(,)?) => { ... };
}
This macro constructs a nested OrdChoice combinator in the form of OrdChoice(…, OrdChoice(…, OrdChoice(…, …)))