foreach on interval index by ref increment

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Jan 21 19:51:13 PST 2012


I've had a use for it recently in some string processing, and I quite
liked it that all I had to do was make my index ref just to skip an
element. If I couldn't do that then I'd have to create a state
variable or use the ancient for loops.


More information about the Digitalmars-d mailing list