The nicest thing: you can throw in the exit method without the runtime falling over itself.
You can do a kind of RAII in D when you use structs instead of classes because these are stack allocated and have a suitable lifetime.
You can do a kind of RAII in D when you use structs instead of classes because these are stack allocated and have a suitable lifetime.