Macro dtt::dtt_map

source ·
macro_rules! dtt_map {
    ($($key:expr => $value:expr),*) => { ... };
}
Expand description

This macro creates a new map of the given key-value pairs.