Bill Baxter Wrote:
> Bummer.
>
> Does a static-sized array initializer also allocate?
>
> int[4] v = [1,2,3,4];
> foreach(x; v) {
> /// ...
> }http://d.puremagic.com/issues/show_bug.cgi?id=2356
Bill Baxter Wrote:
> Bummer.
>
> Does a static-sized array initializer also allocate?
>
> int[4] v = [1,2,3,4];
> foreach(x; v) {
> /// ...
> }http://d.puremagic.com/issues/show_bug.cgi?id=2356