Type Alias HashSet

Source
pub type HashSet<T, S = FxBuildHasher> = HashSet<T, S>;
Expand description

See [hashbrown::HashSet].

Aliased Typeยง

struct HashSet<T, S = FxBuildHasher> { /* private fields */ }