Skip to main content

map

Macro map 

Source
macro_rules! map {
    ($($key:expr => $val:expr),* $(,)*) => { ... };
}
Expand description

Create an IndexMap with string keys from key-value pairs.

Used internally by the formatting system to build structured objects.