Crate low_map

Source
Expand description

A non contiguous Vec that optionally holds a value for a given index.

It is called a LowMap because it maps a given index to a value, and this index must be small as it will be used as the inner Vec index.

Structsยง

Drain
Indexes
IntoIter
Iter
IterMut
LowMap
A convenient wrapper around a Vec<Option<T>>.
StackInsert
Values
ValuesMut