1 min readMay 5, 2020
You mention“there is no restriction regarding the number of the values”, but you can’t have a tuple with one element. I’d also argue that `()` is not really a tuple at all as it just evaluated as `Void`, which is also not a tuple.