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.

Related questions

0 votes
asked Nov 8, 2022 in Swift by SakshiSharma
0 votes
asked Nov 7, 2022 in Swift by Robin
0 votes
asked Nov 7, 2022 in Swift by Robin
...