Context.opIndexAssign

Assigns value(automatically convert to String) to key field.

If you try to assign associative array or delegate, This method assigns value as Section.

Arrays of Contexts are accepted, too.

class Context
@trusted
void
opIndexAssign
(
T
)
(,
in String key
)

Parameters

value T

some type value to assign

key String

key string to assign

Meta