<@U0T9K2V6C> how about `x.takeIf { ... }?.run { .....
# announcements
o
@mbuhot how about
x.takeIf { ... }?.run { ... }
?