Type Alias HashMap

type HashMap = HashMap<K, V, RandomState>

Type alias for HashMap<K, V, ahash::RandomState>