Macro btreemap

Source
macro_rules! btreemap {
    ($($key:expr => $val:expr),*) => { ... };
}
Expand description

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