On 05/24/2010 07:04 PM, Adam Ruppe wrote:
On 5/24/10, Andrei Alexandrescu<seewebsiteforem...@erdani.org>  wrote:
FWIW I swear by it.

Me too. I was opposed to it in the beginning as being unnecessary, but
it is really nice now that I use it.

auto a = to!int(whatever);

Just flows really nicely. to!(int)(whatever) isn't quite the same.

map!foo(data);

So awesome.

Reply via email to