macro_rules! set {
( $( $x:expr_2021 ),* ) => { ... };
}Expand description
Simple generic helper for HashSet<K,V> creation
Source: https://riptutorial.com/rust/example/4149/create-a-hashset-macro
macro_rules! set {
( $( $x:expr_2021 ),* ) => { ... };
}Simple generic helper for HashSet<K,V> creation
Source: https://riptutorial.com/rust/example/4149/create-a-hashset-macro