choice

Match any of the given pattern, stop when first match is found. All parsers must return the same type.

@safe
struct choice (
T...
) {}

Members

Static functions

opCall
auto opCall(R i)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta