StackTrace.this

Constructor

class StackTrace
@nogc
this
(
size_t skip
,)

Parameters

skip size_t

The number of stack frames to skip.

context CONTEXT*

The context to receive the stack trace from. Can be null.

Meta