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