_d_arrayassign_l

Does array assignment (not construction) from another lvalue array of the same element type. Handles overlapping copies. 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. ptmp Temporary memory for element swapping.

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