Join Slack
Powered by
I think there are few cases when `?.let {}` is pre...
# announcements
d
Dico
01/13/2019, 8:53 PM
I think there are few cases when
?.let {}
is preferable over
if (x != null) {}
Open in Slack
Previous
Next