rustc_hash

Type Alias FxHashMapSeed

source
pub type FxHashMapSeed<K, V> = HashMap<K, V, FxSeededState>;
Expand description

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

Aliased Typeยง

struct FxHashMapSeed<K, V> { /* private fields */ }