[][src]Macro edn_rs::hset

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

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