macro_rules! confined_bset {
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro to construct confined BTreeSet of a given type