Feature request: extending comma operator's functionality
Adam D. Ruppe
destructionator at gmail.com
Thu Oct 4 15:36:22 PDT 2012
On Thursday, 4 October 2012 at 22:28:24 UTC, David Nadlinger
wrote:
> how often have you really encountered big syntactic headaches
> because of not having something like this available?
I do somewhat regularly. The if(auto x = y()) { use x } is pretty
convenient but being limited only to the bool check is kinda weak.
More information about the Digitalmars-d
mailing list