FuncAttr.isRef

true if func is ref

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

Members

Static variables

isNothrow
enum isNothrow;
Undocumented in source.

Meta