FuncAttr.isProperty

true if func is property

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

Members

Static variables

isNothrow
enum isNothrow;
Undocumented in source.

Meta