Encouraging preliminary results implementing memcpy in D
Patrick Schluter
Patrick.Schluter at bbox.fr
Fri Jun 15 09:07:48 UTC 2018
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.
More information about the Digitalmars-d-announce
mailing list