Type Definition bevy_utils::HashMap[][src]

type HashMap<K, V> = HashMap<K, V, RandomState>;

A std hash map 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.