Type Alias HashMap

type HashMap = std::collections::HashMap<K, V, crate::RandomState>

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