toggle menu
core
1.31.1
common
switch theme
search in API
core
/
com.composables.core.androidx.collection
/
ObjectFloatMap
/
forEachKey
for
Each
Key
inline
fun
forEachKey
(
block
:
(
key
:
K
)
->
Unit
)
Iterates over every key stored in this map by invoking the specified
block
lambda.