Type Definition bevy::utils::PreHashMap

pub type PreHashMap<K, V> = HashMap<Hashed<K, FixedState>, V, PassHash, Global>;
Expand description

A HashMap pre-configured to use Hashed keys and PassHash passthrough hashing.