Scala Creating Tuples

[Solved] Scala Creating Tuples | Scala - Code Explorer | yomemimo.com
Question : scala Creating Tuples

Answered by : clumsy-cod-4f5sweysrwa5

val tuple: (String, Int) = ("Joe", 34)

Source : https://www.baeldung.com/scala/tuples | Last Update : Thu, 01 Sep 22

Answers related to scala creating tuples

Code Explorer Popular Question For Scala