_d_arraycast

Runtime helper to convert dynamic array of one type to dynamic array of another. Adjusts the length of the array. Throws an error if new length is not aligned.

extern (C) @trusted nothrow
void[]
_d_arraycast
(
size_t tsize
,
size_t fsize
,
void[] a
)
Suggestion Box / Bug Report