MatchType.MatchType

Undocumented in source.
  1. alias MatchType = typeof(matchImpl!pattern(Input.init))
    template MatchType(pattern...)
    static
    static if(pattern.length == 1)
    alias MatchType = typeof(matchImpl!pattern(Input.init))
  2. alias MatchType = MatchCapture!(PatternCaptureTypes!pattern)

Meta