ImplicitContext.set

Set a context variable.

Note: if the variable already exist in this context, it is modified. But its size cannot change in this way, without a crash. The context where you create a variable MUST be the topmost one, else it's a crash.

struct ImplicitContext
nothrow @nogc @safe @trusted
void
set
(
T
)
(
const(char)[] name
,)

Meta