ContiguousFreeList.Impl

Undocumented in source.
struct ContiguousFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize)
alias Impl = FreeList!(NullAllocator, minSize, maxSize)

Meta