Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils.collections.muiltimap
/
EmptyMultiMap
/
forEachIndexed
for
Each
Indexed
open
override
fun
forEachIndexed
(
block
:
(
index
:
Int
,
Any
?
,
Collection
<
Nothing
>
?
)
->
Unit
)