Check if two DTypes can be promoted together
type CanPromote = CanPromote<Int32, Float32> // truetype CanPromote2 = CanPromote<Bool, Int64> // true Copy
type CanPromote = CanPromote<Int32, Float32> // truetype CanPromote2 = CanPromote<Bool, Int64> // true
Check if two DTypes can be promoted together