Macro medium_bset

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

Helper macro to construct confined BTreeSet of a MediumOrdSet type