Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils.collections.muiltimap
/
MultiMap
/
forEachIndexed
for
Each
Indexed
abstract
fun
forEachIndexed
(
block
:
(
index
:
Int
,
K
,
Collection
<
V
>
?
)
->
Unit
)