Join Slack
Powered by
i want to do it the fancy way, the Kotlin way. so ...
# announcements
m
mplain
05/31/2020, 10:47 AM
i want to do it the fancy way, the Kotlin way. so I write:
n.takeIf { it != null }?.let { it = null } ?: throw Exception
🤢 2
Open in Slack
Previous
Next