Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.extensions.collections
/
clear
clear
inline suspend
fun
<
V
>
MutableCollection
<
V
>
.
clear
(
crossinline
onRemove
:
suspend
V
.
(
)
->
Unit
)
See also
Collection
Utils.
Mutate.
clear
inline
fun
<
K
,
V
>
MutableMap
<
K
,
V
>
.
clear
(
crossinline
onRemove
:
suspend
(
K
,
V
)
->
Unit
)
See also
MapUtils.
clear