Safe Navigation Operator “?.” for D2 ?

Timon Gehr timon.gehr at gmx.ch
Sun Mar 2 07:03:47 PST 2014


On 02/27/2014 02:27 PM, 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 ?

auto foo = bar?.baz?.fun:hun;


More information about the Digitalmars-d mailing list