Skip to main content

IntSet

Type Alias IntSet 

Source
pub type IntSet<K> = HashSet<K, BuildNoHashHasher<K>>;

Aliased Typeยง

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