On Tuesday, March 14, 2017 00:51:02 Jolly James via Digitalmars-d-learn wrote: > Does anybody know, if D has a null-safe dereference operator like > C# does (?.) or something similar?
It does not, though if you really wanted to, you could probably create template that did the same thing fairly easily. - Jonathan M Davis