Setting a list of values

sigod via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat May 7 09:19:54 PDT 2016


On Wednesday, 4 May 2016 at 04:56:54 UTC, Joel wrote:
> On Sunday, 1 May 2016 at 05:42:00 UTC, Ali Çehreli wrote:
>> [...]
>
> This seems to work the best:
>
> arr.each!(a => { writeln(a); }());

And the ugliest. And probably slowest.


More information about the Digitalmars-d-learn mailing list