Skip to main content

ElasticHashMap

Type Alias ElasticHashMap 

Source
pub type ElasticHashMap<K, V, S = DefaultHashBuilder, A = Global> = HashMap<K, V, ElasticTable<K, V, S, A>>;
Expand description

Open-addressed hash map using elastic hashing.

Aliased Typeยง

pub struct ElasticHashMap<K, V, S = DefaultHashBuilder, A = Global> { /* private fields */ }