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