#collections #lists #scala
If you want to change selection, open document below and click on "Move attachment"
Scala ListsComputer GlossaryWho is Who
Scala Lists
Advertisements
Previous Page
Next Page
Scala Lists are quite similar to arrays which means, all the elements of a list have the same type but there are two important differences. First, <span>lists are immutable, which means elements of a list cannot be changed by assignment. Second, lists represent a linked list whereas arrays are flat.
The type of a list that has elements of type T is written Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details