IniLikeGroup.byKeyValue

Iterate by Key-Value pairs. Values are left in escaped form.

class IniLikeGroup
@nogc @safe final const nothrow
byKeyValue
()

Return Value

Type: auto

Range of Tuple!(string, "key", string, "value").

See Also

Meta