Type Alias rustc_hash::FxHashSetSeed

source ·
pub type FxHashSetSeed<V> = HashSet<V, FxSeededState>;
Expand description

Type alias for a hashmap using the fx hash algorithm with FxSeededState.

Aliased Type§

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