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