DLexer.this
this
() @disableNo documentation available for this declaration.
this
(R range, const LexerConfig config, StringCache * cache,
bool haveSSE42 = sse42()) pure nothrow @safeParameters
range | the bytes that compose the source code that will be lexed. |
config | the lexer configuration to use. |
cache | the string interning cache for de-duplicating identifiers and other token text. |
haveSSE42 | Parse streaming SIMD Extensions 4.2 in inline assembly |