Join Slack
Powered by
Generally, if `a?.b?.c... != null` then I believe ...
# announcements
e
ean5533
07/30/2016, 1:15 AM
Generally, if
a?.b?.c... != null
then I believe you can say that
a != null && a.b != null && ...
Open in Slack
Previous
Next