Skip to main content

bset

Macro bset 

Source
macro_rules! bset {
    () => { ... };
    ($($k: expr),+ $(,)*) => { ... };
}
Expand description

BTreeSet literal, e.g. bset!{1, 2}.