Scanner.peekToken

Return the next token, but keep it in the queue.

Must not be called if there are no tokens left.

class Scanner
ref @safe
const(Token)
peekToken
()

Meta