On Thursday, 27 February 2014 at 13:27:14 UTC, Remo wrote:

Apparently C# will get it in the next version.
http://blogs.msdn.com/b/jerrynixon/archive/2014/02/26/at-last-c-is-getting-sometimes-called-the-safe-navigation-operator.aspx

What do you think how well would this work in D2 ?

D doesn't need this, you can implement monadic null checking in the library:

http://forum.dlang.org/post/kcrqyvddilteyhyyg...@forum.dlang.org

There's no need for a special operator for this. See the other posts in that thread for more information.

Robert

Reply via email to