Scala – Collections | Mutable Collections | Immutable Collections

If You are interested to learn about the scala Array Scala has a rich set of collection library. Collections are containers of things. Those containers can be sequenced, linear sets of items like List, Tuple, Option, Map, etc. The collections … Continue reading Scala – Collections | Mutable Collections | Immutable Collections