[][src]Macro hashcow::set

macro_rules! set {
    ($fst:expr $(, $v:expr)*) => { ... };
}

Returns a HashSet containing the passed values.