macro_rules! confined_bset { () => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Helper macro to construct confined BTreeSet of a given type
BTreeSet