pushContext

Saves context on the thread-local context stack. The current context() becomes a copy of that. Needs to be paired with pop.

nothrow @nogc @safe
pushContext
()

Return Value

the new top context, so that you can set a context value immediately.

Meta