FreeList.get

Gets an item from the free list.

class FreeList(T)
get

Parameters

new_item ItemType

new item, will only be evaluated in the case when no items are available in the free list

Return Value

Type: ItemType

new item

Meta