IniParser.skipIrrelevant

Skips tokens that are irrelevant for further processing

struct IniParser(IniDialect dialect = IniDialect.defaults, string = immutable(char)[])
@safe pure nothrow
bool
skipIrrelevant
(
bool skipComments = true
)

Return Value

Type: bool

true = if there are no further tokens, i.e. whether the range is empty now

Meta