toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
FloatMap
/
fastForEachNullable
fast
For
Each
Nullable
inline
fun
fastForEachNullable
(
callback
:
(
key
:
Float
,
value
:
T
?
)
->
Unit
)