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