iter

fun <T : RangeValue> iter(sets: List<RangeSet<T>>, from: Int = 0): RangeCursor<T>

Iterate over the ranges in a collection of sets, in order, starting from from.