Runtime.traceDeallocator

Gets the current trace deallocator.

struct Runtime
extern (C) pragma(mangle, "rt_getTraceDeallocator") static @property
Throwable.TraceDeallocator
traceDeallocator
()

Return Value

The current trace deallocator or null if none has been set.

Meta