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 */ }