IndexedSeq.scala (source code)
collection.IndexedSeq的一个trait immutable
traitIndexedSeq[+A] extends Seq[A] with GenericTraversableTemplate[A, IndexedSeq] with IndexedSeqLike[A, IndexedSeq[A]]
From satrys,
Kristen wang
collection.IndexedSeq的一个trait immutable