Crate low_map[−][src]
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 |
StackInsert | |
Values | |
ValuesMut |