pub type FastMap<K, V> = HashMap<K, V, BuildFxHasher>;
Type alias for HashMap using FxHasher.
HashMap
FxHasher
struct FastMap<K, V> { /* private fields */ }