Type Alias rustc_hash::FxHashSet

source ·
pub type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Expand description

Type alias for a hashmap using the fx hash algorithm.

Aliased Type§

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