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>

Source§

type HashMap = IndexMap<K, V, RandomState>

Source§

fn new() -> Self::HashMap

Source§

fn with_capacity(capacity: usize) -> Self::HashMap