FinalAttributeChecker.pushPopPrivate

Undocumented in source.
class FinalAttributeChecker
enum pushPopPrivate = q{ const bool wasPrivate = _private; _private = false; scope (exit) _private = wasPrivate; };

Meta