ListSG.toArray

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

  1. T[] toArray()
    class ListSG
    T[]
    toArray
    (
    T
    TC = getCType!T
    )
    ()
    if (
    is(T == class)
    )
  2. T[] toArray()