Parser.peek

class Parser
protected final const pure nothrow @safe @nogc
const(Token)*
peek
()

Return Value

Type: const(Token)*

a pointer to the token after the current one, or null if there is none.

Meta