Module iset::iter[][src]

Expand description

Module with various iterators over IntervalMap and IntervalSet.

Structs

Intervals

Iterator over intervals x..y.

IntoIter

Iterator over pairs (x..y, value). Takes ownership of IntervalMap.

IntoIterSet

Iterator over pairs x..y. Takes ownership of IntervalSet.

Iter

Iterator over pairs (x..y, &value).

IterMut

Iterator over pairs (x..y, &mut value).

Values

Iterator over values.

ValuesMut

Iterator over mutable values.