INIReader.next

Reads next token.

struct INIReader(INIFormatDescriptor Format, ubyte Flags = 0x00, alias Boxer)
bool
next
()
if (
isBoxer!Boxer
)

Return Value

Type: bool

True if more tokens are available, false otherwise.

Meta