Join Slack
Powered by
you can do the same currently in Kotlin with `null...
# announcements
u
udalov
09/24/2015, 9:20 PM
you can do the same currently in Kotlin with
nullable?.let { notNullNullable -> notNullNullable.doSomething() }
Open in Slack
Previous
Next