IniLikeReader.byLeadingLines

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

struct IniLikeReader(Range)
byLeadingLines
()
if (
isInputRange!Range &&
isSomeString!(ElementType!Range)
&&
is(ElementEncodingType!(ElementType!Range) : char)
)

Meta