build.parse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Result parse(Input!SrcType input, Caller caller)
    template build(alias kind, SrcType)
    static if(kind.hasValue)
    static if(getParseResultType!(parser.build!(kind, SrcType)).length == 1)
    Result
    parse
    (
    Input!SrcType input
    ,)
  2. alias parse = parser.build!(kind, SrcType).parse
  3. alias parse = parser.build!(kind, SrcType).parse

Meta