Lexer._popFront

Advances the lexer to the next token and stores the new current token in the _front variable.

mixintemplate Lexer(Token, alias defaultTokenFunction, alias tokenSeparatingFunction, alias staticTokens, alias dynamicTokens, alias possibleDefaultTokens, alias tokenHandlers)
pure nothrow @safe
void
_popFront
()
()

Meta