memcpy, memset, memcmp and friends in the D Runtime

Daniel Murphy yebbliesnospam at gmail.com
Wed Apr 9 04:50:24 PDT 2014


"Mike"  wrote in message news:iflykgpsrmdbfhuwzqtp at forum.dlang.org...

> So, my question remains:  If I'm porting D to a platform that has no C 
> library, shouldn't a public, supported function that copies memory be 
> added in the D Runtime?

What platform doesn't have a C library?  And you can always cast arrays to 
ubyte[] before assigning to avoid postblit. 



More information about the Digitalmars-d mailing list