- _d_array_slice_copy
void _d_array_slice_copy(void* dst, size_t dstlen, void* src, size_t srclen, size_t elemsz)
Undocumented in source. Be warned that the author may not have intended to support it.
- _d_arraycopy
void[] _d_arraycopy(size_t size, void[] from, void[] to)
Undocumented in source. Be warned that the author may not have intended to support it.
Implementation of array copy support routines.