memcpy, memset, memcmp and friends in the D Runtime

Mike none at none.com
Mon Apr 7 05:56:51 PDT 2014


On Monday, 7 April 2014 at 12:38:55 UTC, Steven Schveighoffer 
wrote:
>
> I think using using D's safer syntax of
>
> a[] = b[]
>
> and
>
> a[] = 0;
>
> Is much preferable to using memcpy/memset directly.
>
> They should do the "Right Thing", including calling 
> memcpy/memset when correct.
>

Oh! that is SO much better.  I should have known.  Thank you.


More information about the Digitalmars-d mailing list