List.toArray

Returns an array containing all the elements of the list

interface List(T)
T[]
toArray
@nogc
(
)

Return Value

Type: T[]

an array containing all the elements of the list

Meta