Macro more_collections::smallset

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

Create a SmallSet with with the specified values.