Type Definition 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
pub type MapM<K, V> = Map<K, V, DEFAULT_SIZE>;Map using the default chunk size, a good balance of update and search