Re-exports§

Modules§

Structs§

  • An iterator of Intervals over the intersection of two sets, i.e. the values in both A and B will be returned.
  • IntervalSet is an efficient structure for storing sets of consecutive numbers. Instead of storing an individual entry per value, only the lower and upper bounds (Interval) are stored.
  • Iterator over all of the values contained in an IntervalSet

Enums§