The Defer Technical Specification: It Is Time
1y 3mon ago by programming.dev/u/cmeerw in c_lang@programming.dev from thephd.dev
For the big brain 10,000 meter view, defer ⸺ and the forthcoming TS 25755 ⸺ is a general-purpose block/scope-based “undo” mechanism that allows you to ensure that no matter what happens a set of behavior (statements) are run.