Structs

  • Represents the set of integers in [start, end]. Ord is automatically derived so that comparison is done lexicographically with start first and end second.
  • An iterator that iterates through the integers in the contiguous integer set.

Type Aliases