On Friday, 15 June 2018 at 00:15:35 UTC, Mike Franklin wrote:
On Thursday, 14 June 2018 at 20:35:23 UTC, baz wrote:[...]Correct! D already has features like `a[] = b[]` so there is no reason to call `memcpy` directly; that is a job for the druntime.`memcpyD` is intended to be an internal druntime utility. [...]
Ok, thanks for the explanation.
