thread_stackTop
fn
void * thread_stackTop() extern(C) nothrow @nogcReturns the stack top of the currently active stack within the calling thread.
In: The calling thread must be attached to the runtime.
Returns
The address of the stack top.