Macro btreeset

Source
macro_rules! btreeset {
    ($($a:expr),*) => { ... };
}
Expand description

引数からstd::collections::BTreeSetを作る。