Type Alias HashSet

Source
pub type HashSet<V> = HashSet<V, FxBuildHasher>;

Aliased Typeยง

struct HashSet<V> { /* private fields */ }