toIndexedSeq method
Returns an IndexedSeq with the same elements as this collection.
Implementation
IndexedSeq<A> toIndexedSeq() => IndexedSeq.from(this);
Returns an IndexedSeq with the same elements as this collection.
IndexedSeq<A> toIndexedSeq() => IndexedSeq.from(this);