e.g. `optionalThing?.let { thing -> foo(thing) ...
# announcements
n
e.g.
optionalThing?.let { thing -> foo(thing) }