Type Definition immutable_chunkmap::set::SetS

source · []
pub type SetS<K> = Set<K, { _ }>;
Expand description

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