startIndex
The starting position for iterating members of the set.
Declaration
var startIndex: Set<Element>.Index { get }Discussion
If the set is empty, startIndex is equal to endIndex.
The starting position for iterating members of the set.
var startIndex: Set<Element>.Index { get }If the set is empty, startIndex is equal to endIndex.