"bearophile"  wrote in message news:[email protected]...

Better (it's a workaround for a D design flaw that we're unwilling to fix):

foreach_reverse(immutable i, 0...a.length)


I know you feel that way, but I'd rather face the non-existent risk of accidentally mutating the induction variable than write immutable every time.

Reply via email to