memmove

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

Meta