[][src]Module math::set::contiguous_integer_set

Structs

ContiguousIntegerSet

Represents the set of integers in [start, end]. Ord is automatically derived so that comparison is done lexicographically with start first and end second.

ContiguousIntegerSetIter

An iterator that iterates through the integers in the contiguous integer set.

Type Definitions

IntegerIntervalRefinement