Type Alias SHashSet

Source
pub type SHashSet<K> = HashSet<K, SHash>;
Expand description

convenient type alias for SHash hashsets. Note that you should use SHashSet::default() to easily instantiate an empty hashset.

Aliased Typeยง

pub struct SHashSet<K> { /* private fields */ }