Macro amplify::confined_set

source ·
macro_rules! confined_set {
    ($ty:ty; $elem:expr; $n:expr) => { ... };
    ($ty:ty; $($x:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro to construct confined HashSet of a given type