Module normalize_interval::tine_tree
source · Expand description
Interval TineTree implementation.
Structs§
- An owning
Iteratorover theTineTreesRawIntervals. - An
Iteratorthat constructsRawIntervals from a sequence ofTines. - A possibly noncontiguous collection of
RawIntervals of the typeT. Implemented as an ordered list ofTines. Used to implement the internal state ofSelection.