intuicio_frontend_simpleton

Macro map

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