Macro map_macro::map

source ·
macro_rules! map {
    {$($k: expr => $v: expr),* $(,)?} => { ... };
}
👎Deprecated: deprecated in favour of hash_map!. Will be removed in map-macro v0.3.0
Expand description

Deprecated. Use hash_map! instead.