build.T

Undocumented in source.
  1. alias T = getParseResultType!(parsers[0].build!(kind, SrcType))
  2. alias T = getParseResultType!(parsers[0].build!(kind, SrcType))
    template build(alias kind, SrcType)
    static if(!(parsers.length == 1))
    static if(parsers.length > 1)
    alias T = getParseResultType!(parsers[0].build!(kind, SrcType))

Meta