Module interval_set::interval_set [] [src]

Structs

Interval

Struct Interval containing two values representing the limit of the interval.

IntervalSet

Struct IntervalSet representing a set of sorted not overllaping intervals. Be aware that the validity of the interval set is not checked.

IntervalSetIterator

Struct to iterate through an IntervalSet

Traits

ToIntervalSet

Trait ToIntervalSet allows to write a function to convert type into an IntervalSet.