Loader.this

Construct a Loader to load YAML from a file.

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

Throws

YAMLException if the file could not be opened or read.

Meta