SimpleListIterator

fun <T> SimpleListIterator(fromIndex: Int, toIndex: Int, get: (index: Int) -> T): ListIterator<T>