ContiguousFreeList.empty

Returns Ternary.yes if no memory is currently allocated with this allocator, Ternary.no otherwise. This method never returns Ternary.unknown.

struct ContiguousFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize)
Ternary
empty
()

Meta