Type Alias immutable_chunkmap::map::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 */);