build.parse

Undocumented in source.
  1. Result parse(Input!SrcType input, Caller caller)
  2. alias parse = parser.build!(kind, SrcType).parse
    template build(alias kind, SrcType)
    static if(kind.hasValue)
    static if(!(getParseResultType!(parser.build!(kind, SrcType)).length == 1))
    alias parse = parser.build!(kind, SrcType).parse
  3. alias parse = parser.build!(kind, SrcType).parse

Meta