rt.arraycat

Implementation of array copy support routines.

Members

Functions

_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.

Meta

License

Distributed under the Boost Software License 1.0.

Authors

Walter Bright, Sean Kelly