LexerRange.this

struct LexerRange
nothrow pure @safe @nogc
this
(
const(ubyte)[] bytes
,
size_t index = 0
,
size_t column = 1
,
size_t line = 1
)

Parameters

bytes const(ubyte)[]

the _lexer input

index size_t

the initial offset from the beginning of bytes

column size_t

the initial _column number

line size_t

the initial _line number

Meta