Join Slack
Powered by
It's the safe operator. `other.isEmpty()` won't co...
# announcements
a
adam-mcneilly
04/20/2018, 12:56 PM
It's the safe operator.
other.isEmpty()
won't compile if other is a nullable type.
https://kotlinlang.org/docs/reference/null-safety.html#safe-calls
Open in Slack
Previous
Next