memmove

extern (C) nothrow @nogc pure
void*
memmove
(
return scope void* s1
,
scope const void* s2
,
size_t n
)

Meta