Macro edn_rs::hset[][src]

macro_rules! hset {
    ($($x : expr), + $(,) ?) => { ... };
}
Expand description

Creates a HashSet from a seq of $x, set!{1, 2, 3, 4}