[][src]Macro vector_map::insert_into

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