Join Slack
Powered by
The Kotlin stdlib does it too, eg. `list.find`, an...
# announcements
k
karelpeeters
02/25/2018, 12:34 AM
The Kotlin stdlib does it too, eg.
list.find
, and it plays very nicely with the
?.
and
?:
operators.
3
Views
Open in Slack
Previous
Next