dyaml v0.6.1 (2017-05-16T20:02:26Z)
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