FastIndexMap

Type Alias FastIndexMap 

Source
pub type FastIndexMap<K, V> = IndexMap<K, V, FastBuildHasher>;
Expand description

A hash map with stable insertion order based on indexmap (IndexMap) using FastHasher.

Aliased Typeยง

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