cast(A)b is not an lvalue

Maxim Fomin maxim at maxim-fomin.ru
Wed Dec 26 11:52:21 PST 2012


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.



More information about the Digitalmars-d-learn mailing list