LexerRange.peek

struct LexerRange
nothrow pure @safe @nogc const
const(ubyte)[]
peek
(
size_t p
)

Return Value

Type: const(ubyte)[]

the current item as well as the items p items ahead.

Meta