`Iterable<Pair<K, V>>.toMutableMap()` ...
# stdlib
k
Iterable<Pair<K, V>>.toMutableMap()
is "missing", that confused me for a second simple smile
i
You can use
toMap(mutableMapOf())
👍 3
k
Oh cool, thanks! Never knew
toMap
had a parameter!
l
Me neither 😁