type NumSet = BTreeSet<u16>;

Aliased Type§

struct NumSet {
    map: BTreeMap<u16, SetValZST, Global>,
}

Fields§

§map: BTreeMap<u16, SetValZST, Global>