Loader.opApply

Foreach over YAML documents.

Parses documents lazily, when they are needed.

Foreach over a Loader can only be used once; this is enforced by contract.

struct Loader
@trusted
int
opApply
(
int delegate
(
ref Node
)
dg
)

Throws

YAMLException on a parsing error.

Meta