4 lines
79 B
D
4 lines
79 B
D
|
|
auto fooArray = new Foo[n];
|
||
|
|
foreach (ref item; fooArray)
|
||
|
|
item = new Foo();
|