Join Slack
Powered by
<@U2Y8KBR25> I’d probably write `x?.let { it * 100...
# announcements
p
pniederw
12/10/2016, 7:54 PM
@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.
Open in Slack
Previous
Next