_d_newarrayT

Allocate a new array of length elements. ti is the type of the resulting array, or pointer to element. (For when the array is initialized to 0)

extern (C) pure nothrow
void[]
_d_newarrayT
(
const TypeInfo ti
,
size_t length
)
Suggestion Box / Bug Report