makeParser.matchRepeatRange

Return the matchOr return value for the given pattern.

mixintemplate makeParser(Input, alias supply, alias basicMatcher)
static
template matchRepeatRange (
pattern...
) if (
!is(typeof(pattern[0]) : size_t)
) {}

Members

Static variables

length
auto length;
Undocumented in source.
local
MatchType!pattern local;
Undocumented in source.
matches
size_t matches;
Undocumented in source.

Meta