Module slot_vec

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.