On Wednesday, 26 December 2012 at 19:52:21 UTC, Maxim Fomin wrote:
On Wednesday, 26 December 2012 at 17:13:14 UTC, Ali Çehreli wrote:
Here is the code:

import std.stdio;

static if (!is(typeof(writeln)))
        alias writefln writeln;


What does this for? I constantly face in code samples shared in this NG.

It's automatically generated from Dpaste templates.

@all:
Thanks for the explanation.

Reply via email to