[][src]Type Definition parry2d::utils::hashmap::HashMap

type HashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;

Type alias for a hashmap using the fx hash algorithm.