- Swift Functional Programming(Second Edition)
- Dr. Fatih Nayebi
- 43字
- 2021-07-02 23:54:22
Optional chaining
Swift provides optional types that can have some or none values. Swift also provides optional chaining to use optionals safely and efficiently. Optional chaining empowers us to query and call properties, methods, and subscripts on optional types that may be nil.