Type Definition single_byte_hashmap::HashMap[][src]

type HashMap<K, V> = OtherHashMap<K, V, BuildHasher>;