rt.compiler.gdc.rt.arraycast

Undocumented in source.

Members

Functions

_d_arraycast
void[] _d_arraycast(size_t tsize, size_t fsize, void[] a)

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

_d_arraycast_frombit
void[] _d_arraycast_frombit(uint tsize, void[] a)

Runtime helper to convert dynamic array of bits dynamic array of another. Adjusts the length of the array. Throws exception if new length is not aligned.

Meta