pub type PlIdHashMap<K, V> = HashMap<K, V, BuildHasherDefault<IdHasher>>;
Expand description
This hashmap uses an IdHasher
Aliased Typeยง
struct PlIdHashMap<K, V> { /* private fields */ }
pub type PlIdHashMap<K, V> = HashMap<K, V, BuildHasherDefault<IdHasher>>;
This hashmap uses an IdHasher
struct PlIdHashMap<K, V> { /* private fields */ }