<@U2Y8KBR25> I’d probably write `x?.let { it * 100...
# announcements
p
@stangl0r I’d probably write
x?.let { it * 100 }
. that’s what I use whenever the nullable value isn’t the receiver of a function call, but (say) a function argument.