amplify::confinement

Type Alias ConfinedOrdSet

Source
pub type ConfinedOrdSet<T, const MIN: usize = 0, const MAX: usize = U64> = Confined<BTreeSet<T>, MIN, MAX>;
Expand description

Confined BTreeSet.

Aliased Typeยง

struct ConfinedOrdSet<T, const MIN: usize = 0, const MAX: usize = U64>(/* private fields */);