Type Alias polars_utils::aliases::PlIndexMap

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

Aliased Type§

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

Trait Implementations§

source§

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

§

type HashMap = IndexMap<K, V, RandomState>

source§

fn new() -> Self::HashMap

source§

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