Skip to main content

IndexMap

Type Alias IndexMap 

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

A type alias for an index map that uses the foldhash algorithm.

Aliased Typeยง

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