pub type FastSet<T> = HashSet<T, BuildFastHasher>;Expand description
HashSet using FastHasher.
Aliased Type§
pub struct FastSet<T> { /* private fields */ }pub type FastSet<T> = HashSet<T, BuildFastHasher>;HashSet using FastHasher.
pub struct FastSet<T> { /* private fields */ }