`emptyMutableMap()`?
# language-proposals
e
emptyMutableMap()
?
s
isnt that just
mutableMapOf()
?
☝🏼 4
b
https://stackoverflow.com/a/48741539 I wasn't aware of this until now but given this explanation of
emptyList
it makes sense that the mutable counterparts don't exist.
e
yeah, it makes sense