pub type HashedSet<K> = HashSet<K, HashBuildHasher>;
Expand description
Alias for a std::collections::HashSet<K, HashBuildHasher>
.
Aliased Typeยง
struct HashedSet<K> { /* private fields */ }
pub type HashedSet<K> = HashSet<K, HashBuildHasher>;
Alias for a std::collections::HashSet<K, HashBuildHasher>
.
struct HashedSet<K> { /* private fields */ }