Macro madato::treemap

source ยท
macro_rules! treemap {
    ($( $key: expr => $val: expr ),*) => { ... };
}