Second parameter with ranges

dsimcha dsimcha at yahoo.com
Sat Apr 18 14:52:16 PDT 2009


How do you do something like the following with ranges?

auto foo = someRange([1U, 2, 3, 4, 5]);
foreach(index, elem; foo) {
   writeln(index, "  ", elem);
}

Has this been addressed yet?



More information about the Digitalmars-d mailing list