PlHashSet

Type Alias PlHashSet 

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

Aliased Type§

pub 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