Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In Scala, a tuple is a value that contains a fixed number of elements, each with its own type. Tuples are immutable. Tuples are especially handy for returning multiple values from a method.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement