The Kotlin stdlib does it too, eg. `list.find`, an...
# announcements
k
The Kotlin stdlib does it too, eg.
list.find
, and it plays very nicely with the
?.
and
?:
operators.