memmove

Like std.algorithm.copy, but without the auto-decode bullshit. https://issues.dlang.org/show_bug.cgi?id=13650

void
memmove
(
T
)
(
T[] dst
,
in T[] src
)

Meta