ListG.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()
  2. T[] toArray()
    class ListG
    T[]
    toArray
    (
    T
    )
    ()
    if (
    is(T == string)
    )