Join Slack
Powered by
Is there a specific reason we have `hashSetOf()` a...
# stdlib
m
Marc Knaup
08/12/2020, 4:44 PM
Is there a specific reason we have
hashSetOf()
and
toHashSet()
for
Set
but
hashMapOf()
and
no
toHashMap()
for
Map
? Also, according to the KEEP there should be a
toSortedMap()
but
there isn’t
it’s JVM-only.
https://github.com/Kotlin/KEEP/blob/master/proposals/stdlib/map-copying.md
2
Views
Open in Slack
Previous
Next