- Swift Functional Programming(Second Edition)
- Dr. Fatih Nayebi
- 28字
- 2021-07-02 23:54:29
De-initialization
A de-initializer is called immediately before a class instance is deallocated. Swift automatically deallocates instances when they are no longer needed in order to free up resources.