2 posts
• Page 1 of 1
How to create an array for tuples in Scala?
Hi everyone, who can tell me more about tuples in Scala? What are they and how to create an array for them?
Posts: 17
Re: How to create an array for tuples in Scala?
I'll briefly explain to you what a tuple is - it's a data structure that combines a certain number of elements of one or more types, and they can be useful when we need to return multiple results of a function at once. But how tuple creation in Scala can't be explained so briefly, so I'd rather give you a link where it's written in detail .
Posts: 10
2 posts
• Page 1 of 1