toIndexedSeq method

IndexedSeq<A> toIndexedSeq()
inherited

Returns an IndexedSeq with the same elements as this collection.

Implementation

IndexedSeq<A> toIndexedSeq() => IndexedSeq.from(this);