Macro bubble_bath::hashset
source · macro_rules! hashset { ($($value:expr),*$(,)?) => { ... }; }
Expand description
Handy macro to construct a hashset using the ahash hasher
Example:
hashset![
"key1",
"key2",
"key3",
];macro_rules! hashset { ($($value:expr),*$(,)?) => { ... }; }
Handy macro to construct a hashset using the ahash hasher
Example:
hashset![
"key1",
"key2",
"key3",
];