Type Alias polars_utils::aliases::PlIndexSet

source ·
pub type PlIndexSet<K> = IndexSet<K, RandomState>;

Aliased Type§

struct PlIndexSet<K> { /* private fields */ }

Trait Implementations§

source§

impl<K> InitHashMaps for PlIndexSet<K>

§

type HashMap = IndexSet<K, RandomState>

source§

fn new() -> Self::HashMap

source§

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