Skip to main content

raw_map

Macro raw_map 

Source
macro_rules! raw_map {
    ($( $key:expr_2021 => $val:expr_2021 ),* $(,)?) => { ... };
}
Expand description

A flexary macro for constructing HashMap<K, V> maps, where K and V are both generic (inferred at time of use)