ExitScope
Description
Early-exit the nearest enclosing Scope / ScopeWith block, running auto-deinit cleanly when used inside a Scope. Equivalent to a plain break. Like any C break, it escapes only the innermost enclosing loop - if you are inside a user for/while inside Scope, exit your loop first and then ExitScope.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on