kotlin-stdlib / kotlin.collections / MutableIterable / iterator iterator Common JVM JS Native 1.0 abstract fun iterator ( ) : MutableIterator < T > (Common source) (Native source) Returns an iterator over the elements of this sequence that supports removing elements during iteration.