RegionAllocator.isScoped

True because, when the last last copy of a $(RegionAllocator) instance goes out of scope, the memory it references is automatically freed.

struct RegionAllocator
enum isScoped = true;

Meta