dyaml v0.8.3 (2020-09-19T21:46:57Z)
Home
Dub
Repo
hasExpandedNodeConstructor.hasExpandedNodeConstructor
dyaml
node
hasExpandedNodeConstructor
Undocumented in source.
template
hasExpandedNodeConstructor
(T)
package
static if
(!(
is(T == struct)
))
static if
(
is(T == class)
)
enum
hasExpandedNodeConstructor
=
is
(
typeof
(
new
inout
T
(
Node.init
,
""
)))
;
Meta
Source
See Source File
dyaml
node
hasExpandedNodeConstructor
manifest constants
hasExpandedNodeConstructor