Type Alias immutable_chunkmap::set::SetM
source · pub type SetM<K> = Set<K, DEFAULT_SIZE>;
Expand description
set with the default chunk size, a good balance of search and update performance
Aliased Type§
struct SetM<K>(/* private fields */);