pub type Intersection<'a, T> = Intersection<'a, RangeInclusive<T>, Iter<'a, T>>;
Expand description

Intersection iterator over two RangeInclusiveSet.

Aliased Type§

struct Intersection<'a, T> { /* private fields */ }