Type Definition immutable_chunkmap::set::SetS[][src]

pub type SetS<K> = Set<K, {DEFAULT_SIZE / 2}>;
Expand description

set with a smaller chunk size, faster to update, slower to search