rangemap::set

Type Alias Intersection

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

Intersection iterator over two RangeSet.

Aliased Type§

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