Macro erg_common::dict

source ·
macro_rules! dict {
    () => { ... };
    ($($k: expr => $v: expr),+ $(,)?) => { ... };
}