Hacker News new | ask | show | jobs
by WalterBright 3287 days ago
If you add:

    @safe:
at the top of your code, it'll be memory safe (excluding issues which we plug 'em when we find 'em). I wouldn't say that makes it fundamentally different from Rust. What is fundamentally different from Rust is the approach D uses to implement memory safety.