List.toArray

Returns a copy of the internal data of the list as an array

struct List(T)
T[]
toArray
(
)

Meta