Type Alias parry3d_f64::utils::hashmap::HashMap

source ·
pub type HashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description

Type alias for a hashmap using the fx hash algorithm.

Aliased Type§

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