Hacker News new | ask | show | jobs
by nenreme 3265 days ago
D is memory unsafe by default so it probably has a lot of them.
1 comments

D runs in @system by default but there are @safe which enforces safety and @trusted (like unsafe in Rust). Those are all attributes you can write libraries in like @nogc etc.