FuncAttr.isProperty

true if func is property

struct FuncAttr
static
template isProperty (
func...
) if (
func.length == 1 &&
isCallable!func
) {
enum isNothrow;
}

Meta