...are you talking about swift or kotlin now? In K...
# announcements
r
...are you talking about swift or kotlin now? In Kotlin you just do
optional?.let { unwrapped -> ... }
and be happy, nothing from the outside can modify
unwrapped
.