Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
RangeSet
/
Companion
/
iter
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
.