Macro dict
macro_rules! dict {
($($key:tt: $value:expr),* $(,)?) => { ... };
}
👎Deprecated: Migrate to
vdict!
. The name dict!
will be used in the future for typed dictionaries.