pub type HashMap<K, V> = HashMap<K, V, RandomState>;
Type alias for HashMap<K, V, ahash::RandomState>