Sequences
- List #373
- Fast addition & removal at the beginning of List #373
- Use ListBuffer if appending to end of the list is needed
- Array
- ListBuffer
- Use this when an element is needed to be appended (Is Constant Time) to end of list
- ArrayBuffer