INIReader.this

Creates new instance of INIReader from source.

If passed source does not end with newline it is added (and thus allocates). To prevent allocation make sure source ends with new line.

struct INIReader(INIFormatDescriptor Format, ubyte Flags = 0x00, alias Boxer)
this
(
string source
)
if (
isBoxer!Boxer
)

Meta