Wouldn't this be nice?

Paulo Levi i30817 at gmail.com
Wed Nov 11 08:36:52 PST 2009


for(int i : infos.length)

for(long i : 35L)

or even

for(int i : -30)

(0 being always the start, the second element the end.)

I think it would. It would make the for loop actually useful if
iterating over more than one (indexed) data structure in the same
loop.
The ideas come late and later.



More information about the coin-dev mailing list