IndentStack.topIs

struct IndentStack
const pure nothrow @safe @nogc
bool
topIs
(
IdType type
)

Return Value

Type: bool

true if the top of the indent stack is the given indent type.

Meta