Join Slack
Communities
Powered by
Why is it like this in **Swift**: ``` optional?.no...
# getting-started
b
benleggiero
02/23/2017, 11:20 PM
Why is it like this in
Swift
:
Copy code
optional?.nonNullable.something()
But like this in
Kotlin
?
Copy code
optional?.nonNullable?.something()
Open in Slack
Previous
Next