Type Definition immutable_chunkmap::set::SetL
source · pub type SetL<K> = Set<K, { _ }>;Expand description
set with a larger chunk size, faster to search, slower to update
pub type SetL<K> = Set<K, { _ }>;set with a larger chunk size, faster to search, slower to update