phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
TokenStructure.this
std
experimental
lexer
TokenStructure
Constructs a token from a token type.
this
(IdType type)
struct
TokenStructure
(IdType, string extraFields = "")
pure nothrow @
safe
@
nogc
this
(
IdType
type
)
this
(IdType type, string text, size_t line, size_t column, size_t index)
Meta
Source
See Implementation
std
experimental
lexer
TokenStructure
constructors
this
functions
opEquals
variables
column
index
line
text
type
Constructs a token from a token type.