An iterator over the members of a Set<Element>
.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
An iterator over the members of a Set<Element>
.
SDK
Framework
var custom Mirror: Mirror
A 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 .Index
The position of an element in a set.