dict
nvrim
0.1.0
nvrim
Macro
dict
Copy item path
Source
macro_rules! dict { () => { ... }; ( $( $key:tt : $value:expr ),+ $(,)? ) => { ... }; }