pub type MediumHashSet<T> = Confined<HashSet<T>, ZERO, U24>;
Expand description

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

Aliased Type§

struct MediumHashSet<T>(/* private fields */);