Anonymous function syntax

zeljkog zeljkog at private.com
Fri Sep 23 00:09:59 PDT 2011


While we are about rewrites, it would be nice one:

symbol := expression;  -> auto symbol = expression;

1. shorter
2. conspicuous, more readable.
3. highlights distinction between assignment and initialization.
4. will not break any existing code.


More information about the Digitalmars-d mailing list