pub type Union<'a, T> = Union<'a, Range<T>, Iter<'a, T>>;
Union iterator over two RangeSet.
RangeSet
struct Union<'a, T> { /* private fields */ }