SetS

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ยง

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