memcpy() comparison: C, Rust, and D

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 2 15:01:21 PST 2017


On 2/2/2017 12:37 PM, Random D user wrote:
> I prefer flexible (fun), fast and debuggable (debugger/printing friendly) code.
> It seems that neither @safe or const are part of it. (I'm not writing life and
> death safety critical code anyway).

One nice feature of D is you don't have to use const, @safe, etc., if you don't 
want to. But for high stakes software, there's no substitute.


More information about the Digitalmars-d mailing list