is there a variant of `.let { ... }` for actions t...
# announcements
s
is there a variant of
.let { ... }
for actions that don’t return anything? I’m having to
?: Unit
because of implicit last-line lambda returns and it seems kind of like a code smell