Linus with some good observations on garbage collection

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Apr 23 07:45:22 PDT 2011


On 4/23/11 8:57 AM, dsimcha wrote:
> BTW, since when does the ternary operator work with functions, as
> opposed to variables?

They are converted to pointers to functions. Not something I'd recommend 
because it makes the call slower.

Andrei


More information about the Digitalmars-d mailing list