Module normalize_interval::tine_tree

source ·
Expand description

Interval TineTree implementation.

Structs§

  • An owning Iterator over the TineTrees RawIntervals.
  • An Iterator that constructs RawIntervals from a sequence of Tines.
  • A possibly noncontiguous collection of RawIntervals of the type T. Implemented as an ordered list of Tines. Used to implement the internal state of Selection.