Enum member isNothrowCallable
enum isNothrowCallable(CALLABLE, ARGS...)
= is(typeof(() nothrow
{
mixin(testCall!ARGS("CALLABLE.init"));
}
));
enum isNothrowCallable(CALLABLE, ARGS...)
= is(typeof(() nothrow
{
mixin(testCall!ARGS("CALLABLE.init"));
}
));