Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.iterable
/
JsIterator
/
forEach
for
Each
fun
forEach
(
action
:
(
item
:
T
)
->
Unit
)
(
source
)