Type Alias polars_utils::aliases::PlHashSet

source ·
pub type PlHashSet<V> = HashSet<V, RandomState>;

Aliased Type§

struct PlHashSet<V> { /* private fields */ }

Trait Implementations§

source§

impl<K> InitHashMaps for PlHashSet<K>

§

type HashMap = HashSet<K, RandomState>

source§

fn new() -> Self::HashMap

source§

fn with_capacity(capacity: usize) -> Self