Type Definition polars_core::datatypes::PlIdHashMap

source ·
pub type PlIdHashMap<K, V> = HashMap<K, V, BuildHasherDefault<IdHasher>>;
Available on crate feature private only.
Expand description

This hashmap has the uses an IdHasher

Trait Implementations§