Type Definition bevy_internal::utils::HashMap
source · pub type HashMap<K, V> = HashMap<K, V, BuildHasherDefault<AHasher>, Global>;
Expand description
A HashMap
implementing aHash, a high
speed keyed hashing algorithm intended for use in in-memory hashmaps.
aHash is designed for performance and is NOT cryptographically secure.