Module slot_vec

Source
Expand description

A Vec-based SlotMap-esque datastructure and corresponding Key type.

Structs§

Key
A key into a SlotVec.
SecondarySlotVec
A secondary map used to associated data with keys from elements in an existing SlotVec.
SlotVec
A Vec-based SlotMap-esque datastructure without removes.