DLexer

The D lexer struct.

Constructors

this
this()
this
this(ubyte[] range, LexerConfig config, StringCache* cache, bool haveSSE42)

Members

Functions

popFront
void popFront()

Mixins

__anonymous
mixin Lexer!(Token, lexIdentifier, isSeparating, operators, dynamicTokens, keywords, pseudoTokenHandlers)
Undocumented in source.

Meta