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