Struct IniLikeReader.Group
Object representing single group (section) being parsed in .ini-like file.
struct Group(Range)
;
Methods
Name | Description |
---|---|
byEntry
|
Iterate over group entry lines - may be key-value pairs as well as comments or empty lines. |
groupName
|
Name of group being parsed (without brackets). |
originalLine
|
Original line of group header (i.e. name with brackets). |