Skip to content

Ini

[Source]

A streaming parser for INI formatted lines of test.

primitive val Ini

Constructors

create

[Source]

new val create()
: Ini val^

Returns


Public Functions

apply

[Source]

This accepts a string iterator and calls the IniNotify for each new entry. If any errors are encountered, this will return false. Otherwise, it returns true.

fun box apply(
  lines: Iterator[String box] ref,
  f: IniNotify ref)
: Bool val

Parameters

Returns


eq

[Source]

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

Parameters

  • that: Ini val

Returns


ne

[Source]

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

Parameters

  • that: Ini val

Returns