std_ext

Macro map

source
macro_rules! map {
    ($($key:expr => $value:expr),* $(,)?) => { ... };
}