TokenStructure.this

Constructs a token from a token type.

  1. this(IdType type)
    struct TokenStructure(IdType, string extraFields = "")
    pure nothrow @safe @nogc
    this
    (
    IdType type
    )
  2. this(IdType type, string text, size_t line, size_t column, size_t index)

Meta