▲ | LorenDB 2 days ago | |||||||
Yes, but they are guaranteed to run at the beginning and end. C/C++ asserts need to handle any return path, whereas D has functionality to mark statements to run at the end of any return path while only being written once. See also the scope(exit) feature. | ||||||||
▲ | almostgotcaught 2 days ago | parent [-] | |||||||
You can accomplish the same exact thing with https://en.cppreference.com/w/cpp/experimental/scope_exit.ht... | ||||||||
|