std::collections::hashmap::SetAlgebraItems[src]

type SetAlgebraItems<'a, T, H> = FilterMap<'static, (&'a HashSet<T, H>, &'a T), &'a T, Zip<Repeat<&'a HashSet<T, H>>, SetItems<'a, T>>>;

Set operations iterator