-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Tuples are restricted to two elements, not only by the operation definition of arguments (LHS, RHS) but also the accessors (first, second), like C++ std::pair. However, in most languages (including C++), tuples can have more than two arguments (and accessed via std::get() for example).
I'm wondering why the restriction, and if it's a preliminary one, perhaps making the decision now would avoid having to reexamine all the assumptions later on.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels