kotlin-stdlib / kotlin / Array / iterator iterator Common JVM JS Native 1.0 operator fun iterator(): Iterator<T> For Common, JVM, JS Creates an iterator for iterating over the elements of the array. For Native Creates an Iterator for iterating over the elements of the array.