pub trait SortedStarts<T: Integer>: Iterator<Item = RangeInclusive<T>> { }Expand description
A trait used to mark iterators that provide ranges sorted by start, but not necessarily by end, and may overlap.
pub trait SortedStarts<T: Integer>: Iterator<Item = RangeInclusive<T>> { }A trait used to mark iterators that provide ranges sorted by start, but not necessarily by end, and may overlap.