Type Alias amplify::confinement::LargeHashSet

source ·
pub type LargeHashSet<T> = Confined<HashSet<T>, ZERO, U32>;
Expand description

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

Aliased Type§

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