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