IniLikeReader.this

Construct from other range of strings.

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

Meta