Enables automatic garbage collection behavior if collections have
previously been suspended by a call to disable. This function is
reentrant, and must be called once for every call to disable before
automatic collections are enabled.
structGC
extern (C) pragma(mangle, "gc_enable") static @safe nothrow pure
Enables automatic garbage collection behavior if collections have previously been suspended by a call to disable. This function is reentrant, and must be called once for every call to disable before automatic collections are enabled.