Macro amplify::small_bset

source ยท
macro_rules! small_bset {
    () => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro to construct confined BTreeSet of a SmallOrdSet type