IniLikeReader.byGroup

Iterate thorugh groups of ini-like file.

struct IniLikeReader(Range)
byGroup
()
if (
isInputRange!Range &&
is(ElementType!Range : const(char[]))
)

Meta