immutable_chunkmap::set

Type Alias SetS

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

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

Aliased Typeยง

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