You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Scala 3 official collections documentation doesn't even show or mention the Array type. It seems like an omission. Also, a short discussion on Array vs ArrayBuffer will be useful, as to when to use each one. Here's a good StackOverflow answer about the last point.
The text was updated successfully, but these errors were encountered:
The Scala 3 official collections documentation doesn't even show or mention the
Array
type. It seems like an omission. Also, a short discussion onArray
vsArrayBuffer
will be useful, as to when to use each one. Here's a good StackOverflow answer about the last point.The text was updated successfully, but these errors were encountered: