_d_arraysetlengthiT

Resize arrays for non-zero initializers. p pointer to array lvalue to be updated newlength new .length property of array sizeelem size of each element of array initsize size of initializer ... initializer

extern (C)
void[]
_d_arraysetlengthiT
(
const TypeInfo ti
,
size_t newlength
,
void[]* p
)
in { assert (!(*p).length || (*p).ptr); }
Suggestion Box / Bug Report