pub type EntityHashMap<K, V> = HashMap<K, V, EntityHash>;
Expand description
A HashMap
pre-configured to use EntityHash
hashing.
Iteration order only depends on the order of insertions and deletions.
Aliased Typeยง
struct EntityHashMap<K, V> { /* private fields */ }