HashMap

Type Alias HashMap 

Source
pub type HashMap<K, V> = HashMap<K, V, DeterministicHasher>;
Expand description

A HashMap type alias using DeterministicHasher to ensure consistent hash values.

Aliased Typeยง

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