rt.compiler.dmd.rt.memset

Undocumented in source.

Members

Functions

_memset128
cdouble* _memset128(cdouble* p, cdouble value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memset16
short* _memset16(short* p, short value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memset160
creal* _memset160(creal* p, creal value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memset32
int* _memset32(int* p, int value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memset64
long* _memset64(long* p, long value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memset80
real* _memset80(real* p, real value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memsetDouble
double* _memsetDouble(double* p, double value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memsetFloat
float* _memsetFloat(float* p, float value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memsetn
void* _memsetn(void* p, void* value, int count, size_t sizelem)
Undocumented in source. Be warned that the author may not have intended to support it.
memcpy
void* memcpy(void* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta