polars_utils::aliases

Type Alias PlHashSet

Source
pub type PlHashSet<V> = HashSet<V, PlRandomState>;

Aliased Type§

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

Trait Implementations§

Source§

impl<K> InitHashMaps for PlHashSet<K>

Source§

type HashMap = HashSet<K, RandomState>

Source§

fn new() -> Self::HashMap

Source§

fn with_capacity(capacity: usize) -> Self