Nullable expression in Kotlin can be treated as a ...
# language-proposals
d
Nullable expression in Kotlin can be treated as a (low-level) equivalent of Optional[T]. Then, if you can use optional assignment in conditions, you can use it in
when
for almost the same effect as unapply