[][src]Module mod_utilities::collections

General purpose collection data structures

Re-exports

pub use slot_map::SlotMap;
pub use map::Map;
pub use bimap::BiMap;
pub use named_slot_map::NamedSlotMap;

Modules

bimap

BiMap and support structures

map

Map and support structures

named_slot_map

NamedSlotMap and support structures

slot_map

SlotMap and support structures