IniLikeGroup.opIndex

class IniLikeGroup
@nogc @safe final const nothrow pure
string
opIndex
(
string key
)

Return Value

Type: string

The value associated with the key. Note: The value is not unescaped automatically. Warning: It's an error to access nonexistent value.

See Also

value

Meta