IniLikeFile.this

Read from range of IniLikeLines.

  1. this()
  2. this(string fileName, ReadOptions options)
  3. this(Range byLine, ReadOptions options, string fileName)
    class IniLikeFile
    @trusted
    this
    (
    Range
    )
    if (
    is(ElementType!Range : IniLikeLine)
    )

Throws

IniLikeException if error occured while parsing.

Meta