immutable_chunkmap::set

Type Alias 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 */);