Function Region.deallocateAll
Releases all allocations, resetting the region to empty.
bool deallocateAll() nothrow @nogc;
Returns
Always true.
Releases all allocations, resetting the region to empty.
bool deallocateAll() nothrow @nogc;
Always true.