pub type EntityHashMap<V> = HashMap<Entity, V, EntityHash>;
Expand description
A HashMap
pre-configured to use EntityHash
hashing.
Aliased Typeยง
struct EntityHashMap<V> { /* private fields */ }
pub type EntityHashMap<V> = HashMap<Entity, V, EntityHash>;
A HashMap
pre-configured to use EntityHash
hashing.
struct EntityHashMap<V> { /* private fields */ }