Type Alias bevy_internal::utils::PreHashMap
source · pub type PreHashMap<K, V> = HashMap<Hashed<K>, V, PassHash>;
Expand description
Aliased Type§
struct PreHashMap<K, V> { /* private fields */ }
pub type PreHashMap<K, V> = HashMap<Hashed<K>, V, PassHash>;
struct PreHashMap<K, V> { /* private fields */ }