cant we apply the spread operator on `List` ?
# announcements
e
cant we apply the spread operator on
List
?
a
you can Oops sorry, you have to call toTypedArray()
b
I've always had to convert the
Collection
into an
Array
using
toTypedArray()
to use the spread operator .
1