Type Alias amplify::confinement::TinyOrdSet

source ·
pub type TinyOrdSet<T> = Confined<BTreeSet<T>, ZERO, U8>;
Expand description

BTreeSet with maximum 255 items of type T.

Aliased Type§

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