~`listOf(*yourArray)`?~ Nope, see <@U0BRK9HC5> s ...
# stdlib
h
listOf(*yourArray)
?
Nope, see @gildor s Response in the thread
g
This list will be modifiable
you can cast it to MutableList and change
so it’s not somehow better than:
yourArray.toList()
2