IniLikeGroup.opIndex

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

Return Value

Type: string

The value associated with the key Note: It's an error to access nonexistent value

See Also

value

Meta