Returns whether this is associated with a heap handle. It is asserted that no member functions are called for an unassociated Heap struct.
assert(processHeap.associated); assert(!Heap.init.associated); auto h = Heap.init.handle; // assertion failure
See Implementation
Returns whether this is associated with a heap handle. It is asserted that no member functions are called for an unassociated Heap struct.