I think it's a nice blog and encourage you to do more!

On 7/12/2013 12:34 AM, Andrei Alexandrescu wrote:
1) D implict conversion idiom: http://3d.benjamin-thaut.de/?p=90
Well you have a typo in the first title...

The same misspelling occurs repeatedly in the article, so it's not a typo.

"implicit"

also,

buildin => builtin

"D strives to prevent implict conversion between user defined types at all 
costs."

I don't think this is true. Implicit conversions are very useful. What D prevents are implicit conversions that can result in data loss, such as integer truncation.

Reply via email to