rustc_hash

Type Alias 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 */ }