pub type HashMap<K, V> = HashMap<K, V, RandomState>;
Type alias for HashMap<K, V, ahash::RandomState>
struct HashMap<K, V> { /* private fields */ }