HashSet.iterator

Returns an iterator over the elements in this set. The elements are returned in no particular order.

@return an Iterator over the elements in this set @see ConcurrentModificationException

class HashSet(E)
override
InputRange!E
iterator
()

Meta