Crash if the GC is running. Useful in destructors to avoid reliance GC resource release. However since this is not @nogc, this is not suitable in runtime-less D.
See Implementation
Crash if the GC is running. Useful in destructors to avoid reliance GC resource release. However since this is not @nogc, this is not suitable in runtime-less D.