macro_rules! dict { ($($key:expr => $value:expr),* $(,)?) => { ... }; }
Create a new Dict from key-value pairs.
Dict