Skip to main content

Map

Type Alias Map 

Source
pub type Map<K, V> = FxHashMap<K, V>;
Expand description

Key-value mappings with FxHash for fast integer-key performance.

Aliased Typeยง

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