Join Slack
Powered by
if you need to return expression itself (or null),...
# language-proposals
o
orangy
09/25/2015, 10:11 AM
if you need to return expression itself (or null), then use
expression?.apply { …. expression is this … }
which returns its receiver
2
Views
Open in Slack
Previous
Next