Parser.peekIs

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

Return Value

Type: bool

true if there is a next token and that token has the type t.

Meta