type NumSet = BTreeSet<u16>;
struct NumSet { map: BTreeMap<u16, SetValZST>, }
map: BTreeMap<u16, SetValZST>