IniParse¶
This is used to parse INI formatted text as a nested map of strings.
Constructors¶
create¶
Returns¶
- IniParse val^
Public Functions¶
apply¶
This accepts a string iterator and returns a nested map of strings. If parsing fails, an error is raised.
fun box apply(
lines: Iterator[String val] ref)
: HashMap[String val, HashMap[String val, String val, HashEq[String val] val] ref, HashEq[String val] val] ref^ ?
Parameters¶
Returns¶
- HashMap[String val, HashMap[String val, String val, HashEq[String val] val] ref, HashEq[String val] val] ref^ ?
eq¶
Parameters¶
- that: IniParse val
Returns¶
- Bool val
ne¶
Parameters¶
- that: IniParse val
Returns¶
- Bool val