immutable_chunkmap::map

Type Alias MapM

source
pub type MapM<K, V> = Map<K, V, DEFAULT_SIZE>;
Expand description

Map using the default chunk size, a good balance of update and search

Aliased Typeยง

struct MapM<K, V>(/* private fields */);