Macro map_macro::map_e

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

Deprecated. Use hash_map_e! instead.