_d_arrayassign_r

Does array assignment (not construction) from another rvalue array of the same element type. Input: ti TypeInfo of the element type. dst Points target memory. Its .length is equal to the element count, not byte length. src Points source memory. Its .length is equal to the element count, not byte length. It is always allocated on stack and never overlapping with dst. ptmp Temporary memory for element swapping.

extern (C)
void[]
_d_arrayassign_r
(,
void[] src
,
void[] dst
,
void* ptmp
)
Suggestion Box / Bug Report