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