trait LinearSeqLike [ +A, +C ]
extends SeqLike

Base trait for linear Seq operations

Constructors

Members

[+] override def drop ( n: Int ) : strawman$collections$CollectionStrawMan6$LinearSeqLike$$C [ A ]

Optimized version of drop that avoids copying Note: drop is defined here, rather than in a trait like LinearSeqMonoTransforms, because the ...MonoTransf...

Optimized version of drop that avoids copying Note: drop is defined here, rather than in a trait like LinearSeqMonoTransforms, because the ...MonoTransforms traits make no assumption about the type of Repr whereas we need to assume here that Repr is the same as the underlying collection type.