This struct us used to mimic private class in https://github.com/dlang/druntime/blob/master/src/core/runtime.d#L734 so we can access callstack.
Gather trace info from Throwable
Dumps trace info to the provided sink.
Gets current trace info
See Implementation
This struct us used to mimic private class in https://github.com/dlang/druntime/blob/master/src/core/runtime.d#L734 so we can access callstack.