Parser.this

Generic constructor; forwards its arguments to the lexer constructor

  1. this(L lexer)
  2. this(Args args)
    struct Parser(L, Flag!"preserveWhitespace" preserveWhitespace = No.preserveWhitespace)
    this
    (
    Args...
    )
    (
    Args args
    )
    if ()

Meta