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)
  2. Result parse(Input!SrcType input, Caller caller)
    template build(alias kind, SrcType)
    static if(!(isSomeChar!(ElementEncodingType!SrcType)))
    Result
    parse
    (
    Input!SrcType input
    ,)

Meta