vector_map
macro_rules! insert_into { ($map: expr, $($key: tt: $value: expr),*) => { ... }; ($map: expr, $V: ty; $($key: tt: $value: expr),*) => { ... }; }