Type Alias FxHashMap
pub(in ::bridge) type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Type alias for a hashmap using the fx hash algorithm.
FxHashMappub(in ::bridge) type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Type alias for a hashmap using the fx hash algorithm.