I have a `MutableList` that I want to pass in to a...
# announcements
s
I have a
MutableList
that I want to pass in to a Java varargs method. Is there anything more efficient than
*list.toTypedArray()
?