memmove

extern (C) @system nothrow @nogc
void*
memmove
pure
(
return void* s1
,
scope const void* s2
,
size_t n
)
Suggestion Box / Bug Report