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(parsers.length == 1)
    Result
    parse
    (
    Input!SrcType input
    ,)
  2. Result parse(Input!SrcType input, Caller caller)

Meta