FxHashMap

Type Alias FxHashMap 

Source
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§

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

Trait Implementations§

Source§

impl<K, V> FxHashMapExt<K, V> for FxHashMap<K, V>

Source§

fn new() -> Self

Creates a new instance with the default FxBuildHasher.