Type Alias ide_db::FxHashMap

pub type FxHashMap<K, V> = HashMap<K, V, FxBuildHasher>;
Expand description

Type alias for a hash map that uses the Fx hashing algorithm.

Aliased Typeยง

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