Also, `if`s against null with no `else` can be cap...
# announcements
c
Also, `if`s against null with no
else
can be captured with
?.let
. More details here: http://beust.com/weblog/2016/01/14/a-close-look-at-kotlins-let/
👍 1