On 9/02/11 3:08 AM, Nick Sabalausky wrote:
AUIU, foreach has both of these forms:

     foreach(x; 0..5)
     foreach(x; someRange)

Also, we have:

     auto someRange = iota(0, 5);

<snip>
Pardon if this has already been suggested.

I have suggested it in the past, and I believe people had suggested it before me. I agree, it does make perfect sense to add that syntax, although it probably shouldn't be tied into Phobos (maybe add a druntime version of iota?)

Reply via email to