allocate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T allocate(A args, string file, int line)
  2. T* allocate(A args, string file, int line)
  3. T allocate(size_t length, string file, int line)
    static if(__VERSION__ >= 2079)
    T
    allocate
    (
    T
    )
    (
    size_t length
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    )
    if (
    isArray!T
    )
  4. T allocate(A args)
  5. T* allocate(A args)
  6. T allocate(size_t length)

Meta