GC.enable
void enable() @safe nothrow pure;Enables automatic garbage collection behavior if collections have previously been suspended by a call to GC.disable(). This function is reentrant, and must be called once for every call to GC.disable() before automatic collections are enabled.