"D Language, chained null checks and the Maybe monad" - article

Michael pr at m1xa.com
Sat Feb 9 04:47:00 PST 2013


Changes

According to D Style Guide added proper casing and naming (before 
-> after): Do -> call, If -> when, Return -> select, With -> 
select, WithValue -> selectValue.

Removed property attribute @property because these functions are 
not properties that belonging to object, there is no sence in 
UFCS to property.

Any thoughts?

P.S.: Sources not yet updated.


More information about the Digitalmars-d-announce mailing list