Join Slack
Powered by
I have a `MutableList` that I want to pass in to a...
# announcements
s
skennedy
07/03/2018, 10:04 PM
I have a
MutableList
that I want to pass in to a Java varargs method. Is there anything more efficient than
*list.toTypedArray()
?
Open in Slack
Previous
Next