Skip to main content

OverlapIter

Type Alias OverlapIter 

Source
pub type OverlapIter<'a, T, V, K> = InOrderIter<'a, Interval<T>, V, T, IntervalOverlapPolicy<T, K>>;
Available on crate feature interval-tree only.
Expand description

Iterator over overlapping intervals. Created by IntervalTree::query_overlap.

Aliased Type§

pub struct OverlapIter<'a, T, V, K> { /* private fields */ }