startNearIndex

startNearIndex(index: Integer64) updating;

The startNearIndex method of the Iterator class is the abstract method that sets the starting position of the iterator in the attached collection approximate to a relative index. Specify the required position in the index parameter.

This method is implemented only for iterations of Array, Set, and Dictionary classes.