hasSimpleNodeConstructor.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