dyaml v0.5.3 (2016-04-30T12:31:44Z)
Home
Dub
Repo
Constructor.node
dyaml
constructor
Constructor
Undocumented in source. Be warned that the author may not have intended to support it.
class
Constructor
package @
trusted
Node
node
(
T
U
)
(
const
Mark
start
,
const
Mark
end
,
const
Tag
tag
,
T
value
,
U
style
)
if
(
(
is
(
T
:
string
) ||
is
(
T
==
Node
[])
||
is
(
T
==
Node.Pair
[])
)
&&
(
is
(
U
:
CollectionStyle
) ||
is
(
U
:
ScalarStyle
)
)
)
Meta
Source
See Implementation
dyaml
constructor
Constructor
constructors
this
destructors
~this
functions
addConstructorMapping
addConstructorScalar
addConstructorSequence
node