Loader.this

Construct a Loader to load YAML from a buffer.

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

Throws

YAMLException if yamlData contains data illegal in YAML.

Meta