pub type HashMap<K, V> = HashMap<K, V, FxBuildHasher>;
Type alias for a hash map that uses the Fx hashing algorithm.
struct HashMap<K, V> { /* private fields */ }