Join Slack
Powered by
is it crazy time? ```// prefix not-null check with...
# announcements
a
aimozg
02/21/2017, 1:05 PM
is it crazy time?
Copy code
// prefix not-null check with !!expr inline operator fun Any?.not() = this == null
(Don't try this at home. Or in production. Or anywhere else)
2
Views
Open in Slack
Previous
Next