T because that would require
forward!args, which causes errors with -dip1008. This inconvenience will be removed once -dip1008 works as intended.
Returns
allocated instance of type
TT _d_newThrowable(T)() if (is(T : Throwable) && __traits(getLinkage, T) == "D") @trustedAllocate an exception of type T from the exception pool. T must be Throwable or derived from it and cannot be a COM or C++ class.
T because that would require
forward!args, which causes errors with -dip1008. This inconvenience will be removed once -dip1008 works as intended.
T