GC.enable

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.

struct GC
extern (C) pragma(mangle, "gc_enable") static nothrow pure
void
enable
()
Suggestion Box / Bug Report