IniParse¶
Parse INI-formatted lines into a nested map of sections to key/value pairs.
Duplicate keys in the same section overwrite previous values; the last
occurrence wins. Repeated [section] headers are merged into the existing
section.
Constructors¶
create¶
Returns¶
- IniParse val^
Public Functions¶
apply¶
Parse lines into an IniMap. Raises an error on the first malformed
line.
Parameters¶
Returns¶
- IniMap ref^ ?
eq¶
Parameters¶
- that: IniParse val
Returns¶
- Bool val
ne¶
Parameters¶
- that: IniParse val
Returns¶
- Bool val