struct SetIndex<T : Hashable> Used to access the members in an instance of Set<T>. Inheritance Comparable, Equatable, ForwardIndexType, _Comparable, _ForwardIndexType, _Incrementable View Protocol Hierarchy → Import import Swift Instance Methods func successor() Returns the next consecutive value after self. Requires: the next value is representable. Declaration func successor() -> SetIndex<T>