DMD 0.170

October 17th, 2006 | by Aldacron |

Walter has announced DMD 0.170, which includes a handful of new features/enhancements along with several bugfixes. The foreach feature got a lot of love in this release, with a new foreach_reverse statement and the ability to use delegates as the aggregate. So you can now use foreach to iterate over arrays (including literals), associative arrays, any object with an opApply or opApplyReverse method, and delegates. Cool stuff.

Technorati Tags: , , ,

Post a Comment