Function LexerRange.this
ref this
(
const(ubyte)[] bytes,
ulong index = 0LU,
ulong column = 1LU,
ulong line = 1LU
) pure nothrow @nogc @safe;
Parameters
Name | Description |
---|---|
bytes | the lexer input |
index | the initial offset from the beginning of bytes |
column | the initial column number |
line | the initial line number |