IniLikeReader.byFirstLines

Iterate through lines before any group header. It does not check if all lines are comments or empty lines.

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

Meta