Type Alias amplify::confinement::SmallOrdSet

source ·
pub type SmallOrdSet<T> = Confined<BTreeSet<T>, ZERO, U16>;
Expand description

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

Aliased Type§

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