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. Prerequisites: Value accessed by key must exist.

See Also

Meta