Skip to main content

set

Macro set 

Source
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