I think there are few cases when `?.let {}` is pre...
# announcements
d
I think there are few cases when
?.let {}
is preferable over
if (x != null) {}