kotlin-stdlib / kotlin.collections / MutableCollection / iterator iterator Common JVM JS Native 1.0 abstract fun iterator(): MutableIterator<E> Returns an iterator over the elements of this object.