Loader.this

Construct a Loader to load YAML from a file.

  1. this()
  2. this(string filename)
    struct Loader
    @trusted
    this
    (
    string filename
    )
  3. this(void[] yamlData)

Throws

YAMLException if the file could not be opened or read.

Meta