Type Alias bevy_utils::EntityHashMap

source ·
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 */ }