[][src]Module analytic::set::ordered_integer_set

Modules

arithmetic

Structs

ContiguousIntegerSet

represents the set of integers in [start, end]

ContiguousIntegerSetIter
IntegerSetIter
OrderedIntegerSet

An OrderedIntegerSet consists of a sequence of ContiguousIntegerSet that are sorted in ascending order where successive intervals are not coalesceable, i.e. if intervals A and B are successive intervals, then A.end + 1 < B.start

Traits

Slicing

Type Definitions

IntegerIntervalRefinement