parse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto parse(SrcType src, size_t line, string file)
  2. auto parse(SrcType src, size_t line, string file)
    parse
    (
    alias parser
    alias kind = ParserKind!(true, true)
    SrcType
    )
    (
    SrcType src
    ,
    size_t line = __LINE__
    ,
    string file = __FILE__
    )
    if (
    __traits(compiles, parser!().build)
    )

Meta