Module tine_tree

Module tine_tree 

Source
Expand description

Interval TineTree implementation.

Structsยง

IntoIter
An owning Iterator over the TineTrees RawIntervals.
Iter
An Iterator that constructs RawIntervals from a sequence of Tines.
TineTree
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.