macro_rules! tiny_set {
() => { ... };
($($x:expr),+ $(,)?) => { ... };
}Expand description
Helper macro to construct confined HashSet of a TinyHashSet type
macro_rules! tiny_set {
() => { ... };
($($x:expr),+ $(,)?) => { ... };
}Helper macro to construct confined HashSet of a TinyHashSet type