Module rome::iter

source ·
Expand description

A number of iterators used in Rome.

Re-exports

pub use self::merge_iterator::MergeIterator;
pub use self::transitive_iterator::TransitiveIterator;

Modules

Iterator that merges other iterators.
Iterator that is a collection of iterators.

Traits

Iterator that gives out items in ascending order This trait only indicates that the iterator works like this. The implementations of the trait are responsible for ensuring that items are sorted and that each value occurs only once.