Type Alias bevy::utils::EntityHashMap

pub type EntityHashMap<K, V> = HashMap<K, V, EntityHash>;
Expand description

A HashMap pre-configured to use EntityHash hashing.

Aliased Type§

struct EntityHashMap<K, V> { /* private fields */ }