kotlin-stdlib / kotlin.collections / HashSet / iterator iterator Common 1.0 fun iterator(): MutableIterator<E>(source) JS 1.1 open fun iterator(): MutableIterator<E>(source) Returns an iterator over the elements of this object.