ListSG.toArray

Turn the list into a D array of the desiered type. Type T wraps should match the type of the data.

class ListSG
T[]
toArray
(
T
TC = typeof(T.tupleof[0])
)
()

Meta