Why is three safety levels need in D?
Nordlöw via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Nov 17 09:18:27 PST 2016
Why does D need both `@safe`, `@trusted` and `@system` when Rust
seems to get by with only safe (default) and `unsafe`?
https://dlang.org/spec/memory-safe-d.html
http://dlang.org/safed.html
More information about the Digitalmars-d-learn
mailing list