To create an empty tuple use Tuple.new. To denote a tuple type you can write: # The type denoting a tuple of Int32, String and Char Tuple(Int32, String, ...
確定! 回上一頁