Namal via Digitalmars-d-learn Mon, 19 Oct 2015 09:07:38 -0700
Is it possible to use foreach backwards? foreach(int i;20..1) writeln(i);
compiles but I get nothing.