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