This message was deleted.
# language-proposals
s
This message was deleted.
b
Note: in Swift
,
works like
&&
, but allows for explicit separation of statements, since Swift's
&&
is a stdlib operator function, not a language feature. Kotlin, AFAIK, doesn't need this.
j
yes I understand
This would almost eliminate completely the pain of dealing with optionals in real apps
b
It definitely has for me in Swift! 😄