Function Parser.peek
final const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))* peek() pure nothrow @nogc @safe const;
Returns
a pointer to the token after the current one, or null
if
there is none.