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

pub type SetL<K> = Set<K, {DEFAULT_SIZE * 2}>;
Expand description

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