SmallHashSet

Type Alias SmallHashSet 

Source
pub type SmallHashSet<T> = Confined<HashSet<T>, ZERO, U16>;
Expand description

HashSet with maximum 2^16-1 items of type T.

Aliased Typeยง

pub struct SmallHashSet<T>(/* private fields */);