Skip to main content

tiny_set

Macro tiny_set 

Source
macro_rules! tiny_set {
    () => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro to construct confined HashSet of a TinyHashSet type