0 votes
in Swift by
What is “defer”?

1 Answer

0 votes
by

The “defer” is a keyword that provides a block of code that can be executed while the execution is leaving the current scope.

...