VariantConfig.opIndexAssign

Allows config values to be assigned as you would with an associative array.

struct VariantConfig
@trusted
void
opIndexAssign
(
T
)
(,
const string key
)

Parameters

key string

Name of the key to assign the value to.

value T

The value in which key should be assigned to.

Meta