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