endIndex
The “past the end” position for the set—that is, the position one greater than the last valid subscript argument.
Declaration
var endIndex: Set<Element>.Index { get }Discussion
If the set is empty, endIndex is equal to startIndex.
The “past the end” position for the set—that is, the position one greater than the last valid subscript argument.
var endIndex: Set<Element>.Index { get }If the set is empty, endIndex is equal to startIndex.