[][src]Macro map1::btree_map_1

macro_rules! btree_map_1 {
    () => { ... };
    (($key: expr, $value: expr) $(, ($other_keys: expr, $other_values: expr))* $(,)?) => { ... };
}

A convenience macro for constructing BTreeMap1.