[Second review] SE-0453: Vector, a fixed size array

A few people brought up tuples in the original discussion, including myself:

But @scanon enumerated several reasons why this approach was not taken:

I still think the right approach is to resolve these issues instead of introducing a new language construct that models a precise subset of tuple functionality. Even with an ideal name that everyone could agree to, the existence of this new type will forever present the question of which to use in any given situation. The language is conceptually leaner with a single tuple type.

Is it at all feasible to name this type Tuple and commit to the eventual goal of making it the nominal generic supertype of all tuples?

8 Likes