pub type FastHashMap<KeyT, ValueT> = HashMap<KeyT, ValueT, RandomState>;Available on crate feature
fast_collections only.Expand description
Fast HashMap.
The implementation uses ahash::RandomState.
Aliased Typeยง
pub struct FastHashMap<KeyT, ValueT> { /* private fields */ }