Type Alias nohash_hasher::IntSet
source · pub type IntSet<T> = HashSet<T, BuildNoHashHasher<T>>;Expand description
Aliased Type§
struct IntSet<T> { /* private fields */ }pub type IntSet<T> = HashSet<T, BuildNoHashHasher<T>>;struct IntSet<T> { /* private fields */ }