smallset_inline

Macro smallset_inline 

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

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