Join Slack
Powered by
`foo?.bar?.let { ... }` is very useful, because th...
# announcements
h
hastebrot
03/18/2016, 12:47 PM
foo?.bar?.let { ... }
is very useful, because the value of
bar
is copied as
it
into the closure/lambda.
Open in Slack
Previous
Next