Macro more_collections::smallmap_inline

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

Creates SmallMap with inline capacity equal to the number of values.