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