FuncAttr.isTrusted

true if func is trusted

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

Meta