arrays && functions && pointers

Jarrett Billingsley kb3ctd2 at yahoo.com
Sun Jun 18 19:34:13 PDT 2006


"Jarrett Billingsley" <kb3ctd2 at yahoo.com> wrote in message 
news:e752c0$27i8$1 at digitaldaemon.com...

> foreach(/* auto */ a; tiles)
>    a[] = 0;

This is why I hate newsgroups.

foreach(inout /* auto */ a; tiles)
    a[] = 0; 





More information about the Digitalmars-d-learn mailing list