hasSimpleNodeConstructor.hasSimpleNodeConstructor

Undocumented in source.
template hasSimpleNodeConstructor(T)
package
static if(is(T == struct))
enum hasSimpleNodeConstructor = is(typeof(T(Node.init)));

Meta