type PositiveOddNumbersUnderTen = 1 | 3 | 5 | 7 | 9;. Try. Unions provide a way to handle different types too. For example, you may have a function that ...
確定! 回上一頁