dict

Macro dict 

Source
macro_rules! dict {
    ($($key:expr => $value:expr),* $(,)?) => { ... };
}
Expand description

Create a new Dict from key-value pairs.