pub type IntSet<T> = HashSet<T, BuildIntHasher<T>>;
Available on crate feature
std
only.Expand description
Aliased Type§
struct IntSet<T> { /* private fields */ }
pub type IntSet<T> = HashSet<T, BuildIntHasher<T>>;
std
only.struct IntSet<T> { /* private fields */ }