Macro hashset

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

引数からstd::collections::HashSetを作る。