i want to do it the fancy way, the Kotlin way. so ...
# announcements
m
i want to do it the fancy way, the Kotlin way. so I write:
n.takeIf { it != null }?.let { it = null } ?: throw Exception
🤢 2