makeParser.CaptureTupleIterator

Iterate on the given pattern tuple.

mixintemplate makeParser(Input, alias supply, alias basicMatcher)
static
struct CaptureTupleIterator (
patterns...
) {}

Members

Static functions

opApply
int opApply(int delegate(size_t patternIndex, size_t captureIndex) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta