On Tuesday, 14 March 2017 at 01:08:50 UTC, Jonathan M Davis wrote:
It does not, though if you really wanted to, you could probably
create template that did the same thing fairly easily.
I recently added something similar to dom.d, since I wanted to
pull a header if present, and was ok with a n
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
Does anybody know, if D has a null-safe dereference operator like
C# does (?.) or something similar?