Enum member isObjectConstructorCompatible

enum isObjectConstructorCompatible(T, Args...) = isMethodCompatible!(T, "__ctor", Args);