Type Definition heron::rapier_plugin::rapier3d::parry::utils::hashmap::HashMap[]

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

Type alias for a hashmap using the fx hash algorithm.