kounter
1.4.3
kounter
/
com.github.pgreze.kollections
/
multiSetWithDefaultOf
multi
Set
With
Default
Of
fun
<
K
,
V
>
multiSetWithDefaultOf
(
vararg
entries
:
Pair
<
K
,
Set
<
V
>
>
,
defaultValue
:
(
key
:
K
)
->
Set
<
V
>
=
{ setOf() }
)
:
MapWithDefault
<
K
,
Set
<
V
>
>
Content copied to clipboard