Type Alias bevy::utils::TypeIdMap

pub type TypeIdMap<V> = HashMap<TypeId, V, NoOpHash>;
Expand description

A specialized hashmap type with Key of TypeId Iteration order only depends on the order of insertions and deletions.

Aliased Typeยง

struct TypeIdMap<V> { /* private fields */ }