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 */ }
pub type Intersection<'a, T> = Intersection<'a, RangeInclusive<T>, Iter<'a, T>>;
Intersection iterator over two RangeInclusiveSet
.
struct Intersection<'a, T> { /* private fields */ }