Macro more_collections::smallset_inline

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

Create a SmallSet with inline capacity equal to the number of values.