IniLikeReader.this

Construct from other range of strings.

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

Meta