list Iterator
expect open override fun listIterator(index: Int): MutableListIterator<E>
Content copied to clipboard
Returns a list iterator over the elements in this list (in proper sequence).
actual open override fun listIterator(index: Int): MutableListIterator<E>
Content copied to clipboard
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index.
Returns a list iterator over the elements in this list (in proper sequence).
actual open override fun listIterator(index: Int): MutableListIterator<E>
Content copied to clipboard
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index.