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