isProperty.isProperty

Undocumented in source.
template isProperty(alias F)
enum isProperty = functionAttributes!F & FunctionAttribute.property;

Meta