Type Alias bevy_internal::utils::TypeIdMap

source ·
pub type TypeIdMap<V> = HashMap<TypeId, V, NoOpTypeIdHash>;
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 */ }