in Swift unwrapping is used all over the place sin...
# announcements
v
in Swift unwrapping is used all over the place since there is no smart casting. In Kotlin you use
!!
as an assertion to some external conditions of your system