_d_newarrayU

Allocate a new uninitialized array of length elements. ti is the type of the resulting array, or pointer to element.

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