polars_utils::aliases

Type Alias PlIndexMap

Source
pub type PlIndexMap<K, V> = IndexMap<K, V, PlRandomState>;

Aliased Type§

struct PlIndexMap<K, V> { /* private fields */ }

Trait Implementations§

Source§

impl<K, V> InitHashMaps for PlIndexMap<K, V>