macro_rules! smallset_inline { ($($key:expr),*$(,)*) => { ... }; }
Create a SmallSet with inline capacity equal to the number of values.
SmallSet