How to Write @trusted Code in D

jmh530 via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Sep 28 07:34:20 PDT 2016


On Wednesday, 28 September 2016 at 14:02:45 UTC, Mike Parker 
wrote:
> Steven Schveighoffer has contributed an article to the blog 
> explaining @trusted and advising on its proper usage.
>
> Post: 
> https://dlang.org/blog/2016/09/28/how-to-write-trusted-code-in-d/
>
> Reddit: 
> https://www.reddit.com/r/programming/comments/54wg8r/memory_safety_how_to_write_trusted_code_in_d/

There is a typo in
ssize_t read(int fd, void *ptr, size_t nBytes);


More information about the Digitalmars-d-announce mailing list