We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bc893f2
Adding the option of extracting values from the tuple using an index just like in an array.
val t = 1 w 2 val integer = t[1]