Collections - The sequence traits Seq, IndexedSeq, and LinearSeq - Scala Documentation

The Seq trait represents sequences. A sequence is a kind of iterable that has a length and whose elements have fixed index positions, starting from 0.


This is a companion discussion topic for the original entry at http://docs.scala-lang.org//overviews/collections/seqs