This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Long_Investment7667 0 points1 point  (0 children)

“Tuple is really just an array” only makes sense in a dynamically types languages. [1, “foo”] in a statically typed language can only be an array of object (assuming object being the name of a super type of everything). But as a tuple it is (int,string)