iterator
abstract fun iterator(): MutableIterator<T>
Returns an iterator over the elements of this sequence that supports removing elements during iteration.
abstract fun iterator(): MutableIterator<T>
Returns an iterator over the elements of this sequence that supports removing elements during iteration.