pub type Intersection<'a, T> = Intersection<'a, RangeInclusive<T>, Iter<'a, T>>;Expand description
Intersection iterator over two RangeInclusiveSet.
Aliased Typeยง
pub struct Intersection<'a, T> { /* private fields */ }pub type Intersection<'a, T> = Intersection<'a, RangeInclusive<T>, Iter<'a, T>>;Intersection iterator over two RangeInclusiveSet.
pub struct Intersection<'a, T> { /* private fields */ }