LargeOrdSet

Type Alias 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ยง

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