kotlin-stdlib / kotlin.collections / AbstractMutableList / listIterator listIterator Common JS 1.0 open fun listIterator(): MutableListIterator<E>(Common source) (JS source) Returns a list iterator over the elements in this list (in proper sequence). Common JS 1.0 open fun listIterator(index: Int): MutableListIterator<E>(Common source) (JS source) Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index.