macro_rules! dictionary {
() => { ... };
($( $key: expr => $value: expr ),+ ,) => { ... };
($( $key: expr => $value: expr ),*) => { ... };
}
macro_rules! dictionary {
() => { ... };
($( $key: expr => $value: expr ),+ ,) => { ... };
($( $key: expr => $value: expr ),*) => { ... };
}