Skip to content

IniParse

[Source]

This is used to parse INI formatted text as a nested map of strings.

primitive val IniParse

Constructors

create

[Source]

new val create()
: IniParse val^

Returns


Public Functions

apply

[Source]

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


eq

[Source]

fun box eq(
  that: IniParse val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: IniParse val)
: Bool val

Parameters

Returns