Programming in Scala [Chapter 17]-Collections
Briefly

The Scala collections library includes various classes and traits.
The main method in Iterable is elements, producing an Iterator of type A.
This section introduces sequences such as lists, arrays, list buffers, array buffers, queues, stacks and strings (via RichString).
Read at Medium
[
add
]
[
|
|
]