Christopher Wright:
> The more common suggestion is:
> alias bar = foo;

I can add this too:
typedef Bar = Foo;

This changes in typedef and alias can solve two of the small problems I have 
with D. Let's see if Walter accepts such ideas.

(In the last days two more ideas have floated in this newsgroup: disallowing 
floating point literals with nothing before the point like ".57", and making 
"with" safer). Such small improvements pile up.

Bye,
bearophile

Reply via email to