FreeList.ItemType

Alias for item type to be stored in free list and accepted by public methods.

Reference types (including dynamic and associative arrays) can be stored directly in the free list. Pointers are stored for other types.

class FreeList(T)
alias ItemType = ItemType_!(T)

Meta