toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
SortedMap
/
fastForEach
fast
For
Each
inline
fun
fastForEach
(
block
:
(
index
:
Int
,
key
:
K
,
value
:
V
)
->
Unit
)