setVerboseSectionCond.setVerboseSectionCond

Undocumented in source.
template setVerboseSectionCond(string cond = "verbose")
immutable
auto setVerboseSectionCond = ` private template verboseSection(alias msg) { enum verboseSection = verboseSectionEx!(` ~ cond.stringof ~ `, msg); } `;

Meta