List.copyTo

copy elements (starting from start) to array.

struct List(T)
void
copyTo
(
T[] arr
,
size_t start
)

Meta