Understanding Optional and Exclamation Mark in Swift
Swift is very strongly typed. All variables have a type. There is a type in Swift called optional. Optional can have only two values:
One value is not set, such as never been set or someone has set it to be not set state, i.e. unset it, to the value...
victorleungtw.hashnode.dev1 min read