Crate packinglist

Source
Expand description

§packinglist

This is a kind of free list implementation where new elements are guaranteed to be placed in the smallest available index of the list.

Structs§

ItemIter
IterMut
PackingList
A FreeList implementation this will always put a new element at the smallest empty index of the list.
VecPtr

Type Aliases§

IndexIter
ListIter
TransformTable