KRRegion.parent

If ParentAllocator holds state, parent is a public member of type KRRegion. Otherwise, parent is an alias for ParentAllocator.instance.

struct KRRegion(ParentAllocator = NullAllocator)
static if(stateSize!ParentAllocator)
ParentAllocator parent;

Meta