Is T not numeric.
T
type R = IsNotNumeric<1> // falsetype R = IsNotNumeric<1.1> // falsetype R = IsNotNumeric<string> // truetype R = IsNotNumeric<unknown> // true Copy
type R = IsNotNumeric<1> // falsetype R = IsNotNumeric<1.1> // falsetype R = IsNotNumeric<string> // truetype R = IsNotNumeric<unknown> // true
Is
T
not numeric.