BaseModule.suppressThisIndent

Suppress indentation by also affecting the level propagated from the parent.

class BaseModule
pure nothrow @nogc
void
suppressThisIndent
(
int levels
)

Parameters

levels int

nr of indentation levels to suppress

Meta