Parser.peekAre

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

Return Value

Type: bool

true if there are at least types.length tokens following the current one and they have types matching the corresponding elements of types.

Meta