Mallocator.makeArray

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] makeArray(size_t length)
  2. T[] makeArray(size_t length, T initializer)
    struct Mallocator
    static nothrow @nogc
    T[]
    makeArray
    (
    T
    )
    (
    size_t length
    ,)
  3. T[] makeArray(T[] array)

Meta