makeParser.MatchType

Check the match type returned by match for the given pattern.

mixintemplate makeParser(Input, alias supply, alias basicMatcher)
static
template MatchType (
pattern...
) {}

Members

Aliases

MatchType
alias MatchType = typeof(matchImpl!pattern(Input.init))
Undocumented in source.
MatchType
alias MatchType = MatchCapture!(PatternCaptureTypes!pattern)
Undocumented in source.

Meta