Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6209249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:57:02+00:00 2026-05-24T05:57:02+00:00

Did some examples… on Scala’s REPL. I totally forgot to type Array when instantiating

  • 0

Did some examples… on Scala’s REPL.

I totally forgot to type Array when instantiating an Array object (trying to test ++ operator).

Anyway, now I’m wondering what datatype is this?

val one = (1,2,3) 

Or what data structure or container is the code above? What is this call? Why is it useful? I don’t believe the REPL gave any useful information on what the above code is.

Thank you for your time.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T05:57:03+00:00Added an answer on May 24, 2026 at 5:57 am

    This is special syntax for constructing a Tuple3 object. It’s equivalent to

    val one = Tuple3[Int, Int, Int](1, 2, 3)
    

    Tuples are defined up to Tuple22. One important use case for tuples is returning multiple values from a function. Tuples can also be unpacked with special syntax:

    scala> val (a, b, c) = one
    a: Int = 1
    b: Int = 2
    c: Int = 3
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to iPhone Development and I did some examples and seen code and
I'm trying to re-invent Preview.app. I've been told that some examples in /Developers/Examples/AppKit will
I'm trying to simply use some of the examples and instructions regarding the YUI-Uploader,
I did some tests with the operator &= . As the following examples shows,
I'm working through some javascript examples, and I just did this one: <!DOCTYPE html
Did some searches here & on the 'net and haven't found a good answer
Did some googling and couldn't find a clear answer on this. My assumption is
I did some tests a while ago and never figured out how to make
I did some googling to try to answer this question but even after that
I did some HTTP monitoring with WireShark. Are there more tools like this that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.