On Monday, 30 November 2015 at 09:56:08 UTC, ref2401 wrote:
DMD 2.069.1
OS Win8.1 Enterprise

in a multiline statement, i believe you must use :
arr.each!((ref e) {
    writeln(e);
    ++e;
})
"=>" is for oneliner

though i don"t understand why it fails silently ??

Reply via email to