DLexer.this

this() @disable
No documentation available for this declaration.
this(R range, const LexerConfig config, StringCache * cache, bool haveSSE42 = sse42()) pure nothrow @safe

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.
haveSSE42Parse streaming SIMD Extensions 4.2 in inline assembly