memcpy

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(WebAssembly && SHA3IUF_D_WASM)
export extern (C) pure nothrow @trusted @nogc @live
void*
memcpy
(
return ubyte* s1
,
scope const ubyte* s2
,
size_t n
)

Meta