polars_utils::aliases

Type Alias PlIndexSet

Source
pub type PlIndexSet<K> = IndexSet<K, PlRandomState>;

Aliased Type§

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

Trait Implementations§

Source§

impl<K> InitHashMaps for PlIndexSet<K>

Source§

type HashMap = IndexSet<K, RandomState>

Source§

fn new() -> Self::HashMap

Source§

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