Macro push_to_map

Source
macro_rules! push_to_map {
    ($map:expr, $key:expr, $value:expr, $capacity:expr) => { ... };
}