Is there something in the stdlib to turn an immuta...
# stdlib
d
Is there something in the stdlib to turn an immutable collection into a mutable one? Typically I create a new instance of a Java collection class from the Kotlin value, but that feels wrong. Did I miss something?