Remus

Namespace rswhite4 at googlemail.com
Mon Nov 5 13:01:21 PST 2012


> I would say yes to everything except namespaces. I would also 
> like the elvis operator in combination with the assignment 
> operator, i.e.
Nice to hear. :)
I hope a few other say something also.

> Foo a;
> a ?:= new Foo; // only assign if "a" is null
Works in the current Remus version with: [code]a ?= new 
Foo();[/code] ;)


More information about the Digitalmars-d-announce mailing list