rangemap::inclusive_set

Type Alias Intersection

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