An iterator over the members of a Set<Element>.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
@frozen struct Iterator
An iterator over the members of a Set<Element>.
SDK
Framework
@frozen struct Iterator
var custom Mirror: MirrorA mirror that reflects the iterator.
func next() -> Element?Advances to the next element and returns it, or nil if no next element exists.
struct Set .IndexThe position of an element in a set.