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)
macro_rules! raw_map {
($( $key:expr_2021 => $val:expr_2021 ),* $(,)?) => { ... };
}A flexary macro for constructing HashMap<K, V> maps, where K and V are both generic
(inferred at time of use)