immutable_chunkmap::set

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