iterator

abstract operator override fun iterator(): MutableIterator<E>(source)

Returns an iterator over the elements of this object.

Since Kotlin

1.0
abstract operator override fun iterator(): MutableIterator<E>(source)

Returns an iterator over the elements of this object.

Since Kotlin

1.3