polars::prelude

Type Alias PlIndexMap

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

Aliased Typeยง

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