"Programming in D" book is about 62% translated

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Sep 16 01:41:43 PDT 2012


On 9/16/12, Ali Çehreli <acehreli at yahoo.com> wrote:
> snip

Nice! Btw there is now 'in ref' in 2.060/1+ compilers:
void test(in ref int x)

It's equivalent to const scope ref.
http://d.puremagic.com/issues/show_bug.cgi?id=8105

Someone even requested scope ref:
https://github.com/D-Programming-Language/dmd/commit/687044996a06535210801577e5d68b72edfa3985


More information about the Digitalmars-d-announce mailing list