[Issue 1642] New: static foreach support for arrays

Daniel Keep daniel.keep.lists at gmail.com
Tue Nov 6 18:57:21 PST 2007


Currently, there's no such thing as "static foreach".  That the foreach
is unrolled at compile-time is simply a side-effect of the aggregate
being a tuple.

Walter has already indicated that a true static foreach is planned for 2.x.


More information about the Digitalmars-d-bugs mailing list