SetM

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ยง

pub struct SetM<K>(/* private fields */);