IniLikeGroup.byKeyValue

Iterate by Key-Value pairs.

class IniLikeGroup
@nogc @safe const nothrow
byKeyValue
()

Return Value

Type: auto

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

Meta