8 ms·
D is memory unsafe by default so it probably has a lot of them.
by nenreme 9y ago
D is memory unsafe by default so it probably has a lot of them.
- VHRanger 9y agoD 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.