Where’s `List#toArray`? I can’t use `toTypedArray`...
# getting-started
m
Where’s
List#toArray
? I can’t use
toTypedArray
because I have a generic
List<T>
.