autoreleasepool

Creates a scoped auto release pool.

@nogc @trusted
void
autoreleasepool
(
void delegate
()
scope @nogc
scope_
)

Parameters

scope_ void delegate
()
scope @nogc

The scope in which the auto release pool acts.

Meta