http://d.puremagic.com/issues/show_bug.cgi?id=251
------- Comment #1 from shro8822 at uidaho.edu 2006-07-13 18:46 -------
use inout
with(foo)
{
foreach( int n, inout Bar bar; arr ) bar.a = 100;
}
haven't tested this but...
INVALID I think
--