pub type UnorderedPrimitiveMap<K, V> = UnorderedMap<K, V, BuildPrimitiveHasher>;Expand description
Type-alias of UnorderedMap that is useful when you are using small keys consisting of only a few primitive types.
Aliased Typeยง
pub struct UnorderedPrimitiveMap<K, V> { /* private fields */ }