Expand description
A Vec-based SlotMap-esque datastructure and corresponding Key type.
Structs§
- Key
- A key into a SlotVec.
- Secondary
Slot Vec - A secondary map used to associated data with keys from elements in an existing
SlotVec
. - SlotVec
- A Vec-based SlotMap-esque datastructure without removes.