Parser.peekNIsOneOf

class Parser
protected final const pure nothrow @safe @nogc
bool
peekNIsOneOf

Return Value

Type: bool

true if there is a token offset tokens after the current one and its type is one of the given types.

Meta