makeParser.match

Undocumented in source.
  1. template match(pattern...)
  2. template match(handlers...)
    mixintemplate makeParser(Input, alias supply, alias basicMatcher)
    static
    template match (
    handlers...
    ) if (
    !is(MatchType!handlers)
    ) {}

Members

Aliases

match
alias match = std.sumtype.match!handlers
Undocumented in source.

Meta