Function LexerRange.peek
const(ubyte)[] peek
(
ulong p
) pure nothrow @nogc @safe const;
Returns
the current item as well as the items p items ahead.
const(ubyte)[] peek
(
ulong p
) pure nothrow @nogc @safe const;
the current item as well as the items p items ahead.