spans

fun <T : RangeValue> spans(sets: List<RangeSet<T>>, from: Int, to: Int, iterator: SpanIterator<T>, minPointSize: Int = -1): Int

Iterate over a group of range sets at the same time, notifying the iterator about the ranges covering every given piece of content.