The OpenD Programming Language

deserializeYamlValues

Deserialize YAML documents to an array of scpecified type.

T[]
deserializeYamlValues
(
T
)
(
scope const(char)[] text
,
string fileName = "<unknown>"
)

Parameters

T

type of the value

text const(char)[]

UTF-8 text (without BOM)

Return Value

Type: T[]

array of type T

Meta