public this(ubyte[] range, const LexerConfig config, StringCache* cache)

Parameters

rangethe bytes that compose the source code that will be lexed.
configthe lexer configuration to use.
cachethe string interning cache for de-duplicating identifiers and other token text.