subscript(_:) Accesses the member at the given position. Declarationsubscript(position: Set<Element>.Index) -> Element { get } See AlsoFinding Elementscontains(where:)allSatisfy(_:)first(where:)firstIndex(of:)firstIndex(where:)index(of:)min()min(by:)max()max(by:)