pub type Set<T> = IndexSet<T, FxBuildHasher>;Expand description
A type alias for a hash set with a fast hash function.
Aliased Typeยง
pub struct Set<T> { /* private fields */ }pub type Set<T> = IndexSet<T, FxBuildHasher>;A type alias for a hash set with a fast hash function.
pub struct Set<T> { /* private fields */ }