1 shared void function() sharedStaticDtorHook; 2 shared void function() staticDtorHook; ~this()3shared static ~this() { sharedStaticDtorHook(); } ~this()4static ~this() { staticDtorHook(); } 5
1 shared void function() sharedStaticDtorHook; 2 shared void function() staticDtorHook; ~this()3shared static ~this() { sharedStaticDtorHook(); } ~this()4static ~this() { staticDtorHook(); } 5