On 9/16/12, Ali Çehreli <[email protected]> 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
