isProperty.isProperty

Undocumented in source.
template isProperty(T, string member)
enum isProperty = !isType!fieldValue && !isFunction!fieldValue && !__traits(isTemplate, fieldValue);

Meta