if I need to pass along a lambda of type `(Foo) -&...
# announcements
s
if I need to pass along a lambda of type
(Foo) -> Unit
and I end with a
?.let { … }
call, the compiler will interpret that last line as the lambda returning
Unit?
rather than
Unit