Type Alias amplify::confinement::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§

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