It's the safe operator. `other.isEmpty()` won't co...
# announcements
a
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