Parser.peekNIs

class Parser
protected final const pure nothrow @safe @nogc
bool
peekNIs
(,
size_t offset
)

Return Value

Type: bool

true if the token offset tokens ahead exists and is of type t.

Meta