pub type MediumOrdSet<T> = Confined<BTreeSet<T>, ZERO, U24>;
BTreeSet with maximum 2^24-1 items of type T.
BTreeSet
T
pub struct MediumOrdSet<T>(/* private fields */);