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
    static if(kind.hasValue)
    Result
    parse
    (
    Input!SrcType input
    ,)
  2. alias parse = parser.build!(kind, SrcType).parse

Meta