Understanding swift defer statement
Defer statement in swift is executed just before the control exits the scope in which defer is defined. Swift’s official document states
Defer statement in swift is executed just before the control exits the scope in which defer is defined. Swift’s official document states