listIterator abstract method
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index or 0 by default.
Implementation
KtListIterator<T> listIterator([int index = 0]);
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index or 0 by default.
KtListIterator<T> listIterator([int index = 0]);