lifetime.array_

Undocumented in source.

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_arrayappendcTX
byte[] _d_arrayappendcTX(TypeInfo ti, byte[] px, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_arraycatT
byte[] _d_arraycatT(TypeInfo ti, byte[] x, byte[] y)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_arraysetlengthT
void[] _d_arraysetlengthT(TypeInfo ti, size_t newlength, void[]* p)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_arraysetlengthiT
void[] _d_arraysetlengthiT(TypeInfo ti, size_t newlength, void[]* p)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_delarray_t
void _d_delarray_t(void[]* p, TypeInfo_Struct ti)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_newarrayT
void[] _d_newarrayT(TypeInfo ti, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_newarrayU
void[] _d_newarrayU(TypeInfo ti, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_newarrayiT
void[] _d_newarrayiT(TypeInfo ti, size_t length)

For when the array has a non-zero initializer.

finalize_array
void finalize_array(void* p, size_t size, TypeInfo_Struct si)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

_d_arraysetlengthTImpl
template _d_arraysetlengthTImpl(Tarr : T[], T)
Undocumented in source.

Meta