Macro ord_choice

Source
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(…, …)))