Parser.peekIsOneOf

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

Return Value

Type: bool

true if there is a next token and its type is one of the given types.

Meta