Join Slack
Powered by
I know that's a bit silly, but what about `::retur...
# language-proposals
k
kirillrakhman
07/27/2016, 3:09 PM
I know that's a bit silly, but what about
::return
which you can pass to inline functions like
let
so instead of
nullableFoo?.let { return it }
you can write
nullableFoo?.let(::return)
? 😄
Open in Slack
Previous
Next