memcpy

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void* memcpy(void* dest, void* src, size_t count)
    version(LDC)
    @nogc nothrow @trusted extern (C)
    @weak
    void*
    memcpy
    (
    void* dest
    ,
    const void* src
    ,
    size_t count
    )
  2. void* memcpy(void* dest, void* src, size_t count)

Meta