IndentStack.topIsOneOf

struct IndentStack
bool
topIsOneOf
const pure nothrow @safe @nogc
(
IdType[] types...
)

Return Value

Type: bool

true if the top of the indent stack is one of the given token types.

Meta