kotlin-stdlib / kotlin.collections / Iterable / iterator iterator Common JVM JS Native 1.0 abstract operator fun iterator(): Iterator<T> Returns an iterator over the elements of this object.