Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
forEach
for
Each
fun
<
T
:
RangeValue
>
RangeSet
<
T
>
.
forEach
(
action
:
(
Range
<
T
>
)
->
Unit
)
Iterate over all ranges in this set in order, calling
action
for each.