Type Alias amplify::confinement::LargeOrdSet

source ·
pub type LargeOrdSet<T> = Confined<BTreeSet<T>, ZERO, U32>;
Expand description

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

Aliased Type§

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