`foo?.bar?.let { ... }` is very useful, because th...
# announcements
h
foo?.bar?.let { ... }
is very useful, because the value of
bar
is copied as
it
into the closure/lambda.