Join Slack
Powered by
Is there a special reason why _Collections.kt cont...
# announcements
v
vonox7
01/05/2016, 4:24 PM
Is there a special reason why _Collections.kt contains toMutableSet(), but not something equivalent like toMutableList() ? Of course one could also use
ArrayList(myUnmutableList)
, but the same applies to
LinkedHashSet(myUnmutableSet)
. Seems not very concise to me.
Open in Slack
Previous
Next