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
pub type SetS<K> = Set<K, { _ }>;set with a smaller chunk size, faster to update, slower to search