fn iterator(self: *const Self) Iterator
Returns an iterator over this set, which iterates in index order. Modifications to the set during iteration may or may not be observed by the iterator, but will not invalidate it.
self: *const Self,