VariantConfig.opIndex

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

struct VariantConfig
@trusted
Variant
opIndex
(
const string key
)

Parameters

key string

Name of the value to retrieve

Return Value

Type: Variant

The string value associated with the key.

Meta