https://dlang.org/spec/memory-safe-d.html http://dlang.org/safed.html
Why is three safety levels need in D?
Nordlöw via Digitalmars-d-learn Thu, 17 Nov 2016 09:20:53 -0800
Why does D need both `@safe`, `@trusted` and `@system` when Rust
seems to get by with only safe (default) and `unsafe`?
- Why is three safety levels need in ... Nordlöw via Digitalmars-d-learn
- Re: Why is three safety levels... Stefan Koch via Digitalmars-d-learn
- Re: Why is three safety le... Nordlöw via Digitalmars-d-learn
- Re: Why is three safet... Stefan Koch via Digitalmars-d-learn
- Re: Why is three s... Nordlöw via Digitalmars-d-learn
- Re: Why is th... Stefan Koch via Digitalmars-d-learn
- Re: Why is three safety levels... Adam D. Ruppe via Digitalmars-d-learn
- Re: Why is three safety levels... Jesse Phillips via Digitalmars-d-learn
- Re: Why is three safety levels... Kagamin via Digitalmars-d-learn