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.

Reply via email to