FuncAttr.isRef

true if func is ref

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

Meta