Type Alias 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

Aliased Type§

struct SetL<K>(/* private fields */);