macro_rules! dictionary_constructor {
($name:ident<$generic:ident>) => { ... };
($name:ident) => { ... };
}Expand description
Define a dictionary constructor.
macro_rules! dictionary_constructor {
($name:ident<$generic:ident>) => { ... };
($name:ident) => { ... };
}Define a dictionary constructor.